From 73800305ea68802a14603c6189763ac42932b2e9 Mon Sep 17 00:00:00 2001 From: Jeremias Maerki Date: Tue, 2 Dec 2008 14:39:57 +0000 Subject: [PATCH] A note on missing glyphs. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@722474 13f79535-47bb-0310-9956-ffa450edef68 --- src/documentation/content/xdocs/trunk/fonts.xml | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/src/documentation/content/xdocs/trunk/fonts.xml b/src/documentation/content/xdocs/trunk/fonts.xml index 5eb3463c8..758a537cc 100644 --- a/src/documentation/content/xdocs/trunk/fonts.xml +++ b/src/documentation/content/xdocs/trunk/fonts.xml @@ -168,7 +168,7 @@ the target document.

-
+
Missing Fonts

When FOP does not have a specific font at its disposal (because it's @@ -177,6 +177,20 @@ Base-14 font "Times" (see above).

+
+ Missing Glyphs +

+ Every font contains a particular set of + glyphs. If no glyph can be found for + a given character, FOP will issue a warning and use the glpyh for "#" (if available) + instead. Before it does that, it consults a (currently hard-coded) registry of + glyph substitution groups (see Glyphs.java in Apache XML Graphics Commons). + This registry can supply alternative glyphs in some cases (like using space when a no-break + space is requested). But there's no guarantee that the result will be as expected (for + example, in the case of hyphens and similar glyphs). A better way is to use a font that + has all the necessary glyphs. This glyph substitution is only a last resort. +

+
Java2D/AWT/Operating System Fonts

-- 2.39.5