Document Solutions for PDF
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf.Text Namespace / FontDescriptorFlags Enumeration

In This Topic
    FontDescriptorFlags Enumeration
    In This Topic
    Specifies various characteristics of the font.
    Syntax
    'Declaration
     
    Public Enum FontDescriptorFlags 
       Inherits System.Enum
    public enum FontDescriptorFlags : System.Enum 
    Members
    MemberDescription
    AllCapFont contains no lowercase letters; typically used for display purposes, such as for titles or headlines.
    FixedPitchAll glyphs have the same width (as opposed to proportional or variable-pitch fonts, which have different widths).
    ForceBoldSee PDF1.7 specification, page 459.
    ItalicGlyphs have dominant vertical strokes that are slanted.
    NoneNo flags.
    NonsymbolicFont uses the Adobe standard Latin character set or a subset of it. This flag and the Symbolic flag cannot both be set or both be clear.
    ScriptGlyphs resemble cursive handwriting.
    SerifGlyphs have serifs, which are short strokes drawn at an angle on the top and bottom of glyph stems. (Sans serif fonts do not have serifs.)
    SmallCapFont contains both uppercase and lowercase letters.
    SymbolicFont contains glyphs outside the Adobe standard Latin character set. This flag and the Nonsymbolic flag cannot both be set or both be clear.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             GrapeCity.Documents.Pdf.Text.FontDescriptorFlags

    See Also