From: William Victor Mote Date: Wed, 9 Jul 2003 18:01:42 +0000 (+0000) Subject: minor cleanup X-Git-Tag: Root_Temp_KnuthStylePageBreaking~1309 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=4425a1c93051ee885ddd23ad29c79d843efe55bd;p=xmlgraphics-fop.git minor cleanup git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196668 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/src/documentation/content/xdocs/fonts.xml b/src/documentation/content/xdocs/fonts.xml index f3b291667..82010fe88 100644 --- a/src/documentation/content/xdocs/fonts.xml +++ b/src/documentation/content/xdocs/fonts.xml @@ -14,16 +14,14 @@
Important

The information on this page applies primarily to the PDF renderer. The PostScript renderer - also supports custom fonts but doesn't support font embedding, yet. This page does + also supports custom fonts but does not yet support font embedding. This page does not apply to the AWT, PCL, MIF and other renderers.

-

The AWT renderer relies upon AWT to provide the available fonts. And it's the printer - driver of your operating system that decides if a font is embedded when using the AWT - renderer.

+

When using the AWT renderer, font metric information is available to FOP through AWT and the operating system (i.e. there is no need for font metrics files), and the operating system printer driver decides whether a font will be embedded.

Status -

FOP (building PDF files) normally supports only the base 14 font package defined in the Adobe PDF specification. - That includes the following fonts: Helvetica, Times, Courier, Symbol and ZapfDingbats. +

When building PDF files, FOP normally supports only the base-14 fonts defined in the Adobe PDF specification. +These include: Helvetica (normal, bold, italic, bold italic), Times (normal, bold, italic, bold italic), Courier (normal, bold, italic, bold italic), Symbol and ZapfDingbats.

Font support in FOP can be extended by the addition of font metric files (written in XML) created from Adobe Type 1 fonts and TrueType fonts. No other font types (Type 3, etc.) are supported at this time.