diff options
author | Jeremias Maerki <jeremias@apache.org> | 2008-12-02 14:26:40 +0000 |
---|---|---|
committer | Jeremias Maerki <jeremias@apache.org> | 2008-12-02 14:26:40 +0000 |
commit | 9ddc12a1841cdb476c07a3b70ad4eec934c42d1a (patch) | |
tree | 638e6c5121c2dafe79a71ba7e364221f3213aa04 | |
parent | d51867db2e15cb7fc2c719d7ed751e91db634303 (diff) | |
download | xmlgraphics-fop-9ddc12a1841cdb476c07a3b70ad4eec934c42d1a.tar.gz xmlgraphics-fop-9ddc12a1841cdb476c07a3b70ad4eec934c42d1a.zip |
Documented the hard-coded font triplets for the Base-14 set.
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@722466 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r-- | src/documentation/content/xdocs/trunk/fonts.xml | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/src/documentation/content/xdocs/trunk/fonts.xml b/src/documentation/content/xdocs/trunk/fonts.xml index e713fe08a..5eb3463c8 100644 --- a/src/documentation/content/xdocs/trunk/fonts.xml +++ b/src/documentation/content/xdocs/trunk/fonts.xml @@ -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 |