From: William Victor Mote Date: Fri, 25 Apr 2003 16:51:52 +0000 (+0000) Subject: Add note clarifying embedding for TrueType Collections. X-Git-Tag: Root_Temp_KnuthStylePageBreaking~1536 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=68ca7f87e2d3592fd20e292be2f42196a26fed69;p=xmlgraphics-fop.git Add note clarifying embedding for TrueType Collections. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196348 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/src/documentation/content/xdocs/fonts.xml b/src/documentation/content/xdocs/fonts.xml index c8b364189..f1f6440b6 100644 --- a/src/documentation/content/xdocs/fonts.xml +++ b/src/documentation/content/xdocs/fonts.xml @@ -176,7 +176,7 @@ This is helpful with older versions of Acrobat Reader that preferred installed f When embedding PostScript fonts, the entire font is always embedded.

- When embedding TrueType fonts, a new font, containing only the glyphs used, is created from the original font and embedded in the pdf. + When embedding TrueType fonts (ttf) or TrueType Collections (ttc), a new font, containing only the glyphs used, is created from the original font and embedded in the pdf. Currently, this embedded font contains only the minimum data needed to be embedded in a pdf document, and does not contain any codepage information. The PDF document contains indexes to the glyphs in the font instead of to encoded characters. While the document will be displayed correctly, the net effect of this is that searching, indexing, and cut-and-paste will not work properly.