C1.WPF.PrintDocument.4.6.2 Assembly / C1.C1Preview Namespace / EmbeddedFontsGlyphsBuildMode Enumeration

EmbeddedFontsGlyphsBuildMode Enumeration
Defines methods used to create lists of glyphs in an EmbeddedFont.
Syntax
'Declaration
 
Public Enum EmbeddedFontsGlyphsBuildMode 
   Inherits System.Enum
 
Members
MemberDescription
AllAll font glyphs are added to an EmbeddedFont.
UnicodeRangesFor each character used in a document or report, its whole Unicode range is added to an EmbeddedFont.
UsedCharsOnly glyphs for the actual characters used in a document or report are added to an EmbeddedFont.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         C1.C1Preview.EmbeddedFontsGlyphsBuildMode

See Also