From 68ca7f87e2d3592fd20e292be2f42196a26fed69 Mon Sep 17 00:00:00 2001
From: William Victor Mote
- 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. -- 2.39.5