'Declaration Public Enum EmbeddedFontsGlyphsBuildMode Inherits System.Enum
public enum EmbeddedFontsGlyphsBuildMode : System.Enum
'Declaration Public Enum EmbeddedFontsGlyphsBuildMode Inherits System.Enum
public enum EmbeddedFontsGlyphsBuildMode : System.Enum
Member | 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. |
System.Object
System.ValueType
System.Enum
C1.C1Preview.EmbeddedFontsGlyphsBuildMode