Document Solutions for PDF
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Text Namespace / FontFlags Enumeration

In This Topic
    FontFlags Enumeration
    In This Topic
    Various flags describing the font.
    Syntax
    'Declaration
     
    Public Enum FontFlags 
       Inherits System.Enum
    public enum FontFlags : System.Enum 
    Members
    MemberDescription
    BoldCharacters are emboldened.
    BoldItalicBit mask for Bold and Italic flags.
    CannotEmbedIndicates if the font is prohibited for embedding.
    CannotSubsetIndicates if the font can not be serialized as a subset of the source font data.
    CollectionIndicates if the font was loaded from .ttc or .otc font collection.
    CompressedIndicates if the font is in WOFF format.
    DisableHintingPrevents executing TrueType instructions.
    FixedPitchFalse if the font is proportionally spaced, True if the font is not proportionally spaced (i.e. monospaced).
    HasMathTableFor internal use only.
    HollowHollow (outlined) characters, otherwise they are solid.
    ItalicFont contains italic or oblique characters, otherwise they are upright.
    ItalicOrObliqueBit mask for Italic and Oblique flags.
    LastResortIf set, indicates that the glyphs encoded in the cmap subtables are simply generic symbolic representations of code point ranges and don’t truly represent support for those code points.
    LongOffsetsFor internal use only.
    NegativeCharacters have their foreground and background reversed.
    NoBitmapCachePrevents using bitmap glyph cache and OpenType embedded bitmaps.
    NoGlyphInstructionsIndicates if the TrueType font has no glyph instructions.
    NoneNo flags are set.
    ObliqueFont contains oblique characters.
    PermissionToEmbedGrantedIndicates that the developer of the software has obtained explicit permission from the legal owner of the font to embed it in documents produced by the software.
    PostScriptIndicates if the font contains PostScript outlines.
    RequiredTablesFor internal use only.
    StrikeoutCharacters are overstruck.
    UnderscoreCharacters are underscored.
    VerticalGets a value indicating if this is a vertical font.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             GrapeCity.Documents.Text.FontFlags

    See Also