From 73800305ea68802a14603c6189763ac42932b2e9 Mon Sep 17 00:00:00 2001
From: Jeremias Maerki
When FOP does not have a specific font at its disposal (because it's @@ -177,6 +177,20 @@ Base-14 font "Times" (see above).
+ 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. +
+-- 2.39.5