VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Fonts Namespace / TrueTypeFontSelectionFlags Enumeration
Syntax Members Hierarchy Requirements SeeAlso
In This Topic
    TrueTypeFontSelectionFlags Enumeration
    In This Topic
    Specifies available font selection flags of TrueType font.
    Syntax
    'Declaration
    
    <FlagsAttribute()>
    Public Enum TrueTypeFontSelectionFlags
       Inherits System.Enum
    
    
    [Flags()]
    public enum TrueTypeFontSelectionFlags : System.Enum
    
    
    [Flags()]
    __value public enum TrueTypeFontSelectionFlags : public System.Enum
    
    
    [Flags()]
    public enum class TrueTypeFontSelectionFlags : public System.Enum
    
    
    Members
    MemberDescription
    ItalicFont contains italic or oblique glyphs; otherwise, they are upright.
    UnderscoreGlyphs are underscored.
    NegativeGlyphs have their foreground and background reversed.
    OutlinedOutline(hollow) glyphs; otherwise, they are solid.
    StrikeoutGlyphs are overstruck.
    BoldGlyphs are emboldened.
    RegularGlyphs are in the standard weight/style for the font.
    UseTypoMetricsIf set, it is strongly recommended that applications use OS/2.sTypoAscender - OS/2.sTypoDescender + OS/2.sTypoLineGap as the default line spacing for this font.
    WwsThe font has 'name' table strings consistent with a weight/width/slope family without requiring use of name IDs 21 and 22.
    ObliqueFont contains oblique glyphs.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             Vintasoft.Imaging.Fonts.TrueTypeFontSelectionFlags

    Requirements

    Target Platforms: .NET9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also