PrintDocument for WinForms | ComponentOne
C1.PrintDocument.6 Assembly / C1.C1Preview Namespace / EmbeddedFontsGlyphsBuildMode Enumeration

In This Topic
    EmbeddedFontsGlyphsBuildMode Enumeration
    In This Topic
    Defines methods used to create lists of glyphs in an EmbeddedFont.
    Syntax
    'Declaration
     
    Public Enum EmbeddedFontsGlyphsBuildMode 
       Inherits System.Enum
    public enum EmbeddedFontsGlyphsBuildMode : 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