From e4a054a4a6c9c933f27ba66fa278bea505a83bc5 Mon Sep 17 00:00:00 2001 From: Jeremias Maerki Date: Wed, 19 Feb 2003 09:30:51 +0000 Subject: [PATCH] Added note for applicability to PDF and PS renderers only. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@195975 13f79535-47bb-0310-9956-ffa450edef68 --- src/documentation/content/xdocs/fonts.xml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/src/documentation/content/xdocs/fonts.xml b/src/documentation/content/xdocs/fonts.xml index 478b08a69..ac9559d65 100644 --- a/src/documentation/content/xdocs/fonts.xml +++ b/src/documentation/content/xdocs/fonts.xml @@ -11,6 +11,15 @@ +
+ 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 + 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.

+
Status

FOP (building PDF files) normally supports only the base 14 font package defined in the Adobe PDF specification. -- 2.39.5