'宣言 Public Enum EmbeddedFontsGlyphsBuildMode Inherits System.Enum
'使用法 Dim instance As EmbeddedFontsGlyphsBuildMode
public enum EmbeddedFontsGlyphsBuildMode : System.Enum
'宣言 Public Enum EmbeddedFontsGlyphsBuildMode Inherits System.Enum
'使用法 Dim instance As EmbeddedFontsGlyphsBuildMode
public enum EmbeddedFontsGlyphsBuildMode : System.Enum
| メンバ | 解説 |
|---|---|
| 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