summaryrefslogtreecommitdiff
path: root/html/en/drv
diff options
context:
space:
mode:
authorscuri <scuri>2010-06-19 14:57:52 +0000
committerscuri <scuri>2010-06-19 14:57:52 +0000
commita85cc5d3423ef939806bd4574488af40ff3e43c6 (patch)
treee8858b1637011182f426f57fa6caf16c838aaee2 /html/en/drv
parent29504080b0e33c4ea547e73ff65bd2e123c6d047 (diff)
*** empty log message ***
Diffstat (limited to 'html/en/drv')
-rw-r--r--html/en/drv/cairo.html4
-rw-r--r--html/en/drv/dgn.html13
2 files changed, 11 insertions, 6 deletions
diff --git a/html/en/drv/cairo.html b/html/en/drv/cairo.html
index 55c788a..04cb3e9 100644
--- a/html/en/drv/cairo.html
+++ b/html/en/drv/cairo.html
@@ -126,8 +126,8 @@ used.</p>
X-Windows font string format.</li>
<li><a href="../func/text.html#cdFont">
<font face="Courier"><strong>Font</strong></font></a>: &quot;Courier&quot; is mapped to
- &quot;Courier New&quot;, &quot;Helvetica&quot; is mapped to &quot;Arial&quot;, and &quot;Times&quot; is mapped to
- &quot;Times New Roman&quot;. Underline and Strikeout are NOT supported.</li>
+ &quot;Monospace&quot;, &quot;Helvetica&quot; is mapped to &quot;Sans&quot;, and &quot;Times&quot; is mapped to
+ &quot;Serif&quot;. Underline and Strikeout are supported.</li>
</ul>
<h4>Colors </h4>
<ul>
diff --git a/html/en/drv/dgn.html b/html/en/drv/dgn.html
index b3f0ecc..c8c4f70 100644
--- a/html/en/drv/dgn.html
+++ b/html/en/drv/dgn.html
@@ -6,6 +6,11 @@
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<title>CD_DGN</title>
<link rel="stylesheet" type="text/css" href="../../style.css">
+<style type="text/css">
+.style1 {
+ font-family: Courier;
+}
+</style>
</head>
<body>
@@ -115,19 +120,19 @@
<th>MicroStation Font Index</th>
</tr>
<tr>
- <td><font face="Courier">CD_SYSTEM</font></td>
+ <td><font face="Courier">S</font><span class="style1">ystem</span></td>
<td><font face="Courier">0</font></td>
</tr>
<tr>
- <td><font face="Courier">CD_COURIER</font> </td>
+ <td><font face="Courier">Courier</font> </td>
<td><font face="Courier">1</font></td>
</tr>
<tr>
- <td><font face="Courier">CD_TIMES_ROMAN</font></td>
+ <td><font face="Courier">Times</font></td>
<td><font face="Courier">2</font></td>
</tr>
<tr>
- <td><font face="Courier">CD_HELVETICA</font></td>
+ <td><font face="Courier">H</font><span class="style1">elvetica</span></td>
<td><font face="Courier">3</font></td>
</tr>
</table>