You are viewing a plain text version of this content. The canonical link for it is here.
Posted to fop-commits@xmlgraphics.apache.org by je...@apache.org on 2008/12/02 15:26:41 UTC

svn commit: r722466 - /xmlgraphics/fop/trunk/src/documentation/content/xdocs/trunk/fonts.xml

Author: jeremias
Date: Tue Dec  2 06:26:40 2008
New Revision: 722466

URL: http://svn.apache.org/viewvc?rev=722466&view=rev
Log:
Documented the hard-coded font triplets for the Base-14 set.

Modified:
    xmlgraphics/fop/trunk/src/documentation/content/xdocs/trunk/fonts.xml

Modified: xmlgraphics/fop/trunk/src/documentation/content/xdocs/trunk/fonts.xml
URL: http://svn.apache.org/viewvc/xmlgraphics/fop/trunk/src/documentation/content/xdocs/trunk/fonts.xml?rev=722466&r1=722465&r2=722466&view=diff
==============================================================================
--- xmlgraphics/fop/trunk/src/documentation/content/xdocs/trunk/fonts.xml (original)
+++ xmlgraphics/fop/trunk/src/documentation/content/xdocs/trunk/fonts.xml Tue Dec  2 06:26:40 2008
@@ -130,6 +130,35 @@
         Symbol and ZapfDingbats.
       </p>
       <p>
+        The following font family names are hard-coded into FOP for the Base-14 font set:
+      </p>
+      <table>
+        <tr>
+          <th>Base-14 font</th>
+          <th>font families</th>
+        </tr>
+        <tr>
+          <td>Helvetica</td>
+          <td>Helvetica, sans-serif, SansSerif</td>
+        </tr>
+        <tr>
+          <td>Times</td>
+          <td>Times, Times Roman, Times-Roman, serif, any</td>
+        </tr>
+        <tr>
+          <td>Courier</td>
+          <td>Courier, monospace, Monospaced</td>
+        </tr>
+        <tr>
+          <td>Symbol</td>
+          <td>Symbol</td>
+        </tr>
+        <tr>
+          <td>ZapfDingbats</td>
+          <td>ZapfDingbats</td>
+        </tr>
+      </table>
+      <p>
         Please note that recent versions of Adobe Acrobat Reader replace
         "Helvetica" with "Arial" and "Times" with "Times New Roman" internally.
         GhostScript replaces "Helvetica" with "Nimbus Sans L" and "Times" with 



---------------------------------------------------------------------
To unsubscribe, e-mail: fop-commits-unsubscribe@xmlgraphics.apache.org
For additional commands, e-mail: fop-commits-help@xmlgraphics.apache.org