]> source.dussan.org Git - xmlgraphics-fop.git/commitdiff
Documented the hard-coded font triplets for the Base-14 set.
authorJeremias Maerki <jeremias@apache.org>
Tue, 2 Dec 2008 14:26:40 +0000 (14:26 +0000)
committerJeremias Maerki <jeremias@apache.org>
Tue, 2 Dec 2008 14:26:40 +0000 (14:26 +0000)
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@722466 13f79535-47bb-0310-9956-ffa450edef68

src/documentation/content/xdocs/trunk/fonts.xml

index e713fe08a5a5390f834f5570615c3039cdb11770..5eb3463c89f777ead44ffa70c5c6c2a109436db7 100644 (file)
         Courier (normal, bold, italic, bold italic),
         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.