[]
Defines methods used to create lists of glyphs in an EmbeddedFont.
public enum EmbeddedFontsGlyphsBuildMode
| Name | Description |
|---|---|
| All | All font glyphs are added to an EmbeddedFont. |
| UnicodeRanges | For each character used in a document or report, its whole Unicode range is added to an EmbeddedFont. |
| UsedChars | Only glyphs for the actual characters used in a document or report are added to an EmbeddedFont. |