FontMode

Top  Previous  Next

Selects the font embedding modes:

 

wpUseTrueTypeFonts - use TTF but do not embed

wpEmbedTrueTypeFonts - use TTF and also embed

wpEmbedSymbolTrueTypeFonts - use TTF and also embed symbol fonts

wpUseBase14Type1Fonts  - map TTF fonts to predefined fonts Helvetica, Times and Courier

wpEmbedSubsetTrueType_Charsets - embed only subsets of TTF fonts

wpEmbedSubsetTrueType_UsedChar - embed only subsets of TTF fonts

wpEmbedType3 - create new fonts from the outlines of the drawn characters - best for asian fonts

wpEmbedCIDFonts - embed CID subsets - this does the same as CidFontMode = wpCIDUnicode.

 

It is also possible to only embed certain fonts as Type3 fonts:

  The font names must be listed in the stringlist Type3Fonts. All other fonts will be handled according to property FontMode.