ComponentOne MultiSelect for WinForms
C1.Framework.Drawing.Gdi Namespace / FontBuilder Class / CharSet Property

In This Topic
    CharSet Property (FontBuilder)
    In This Topic
    Get or set the CharSet of font
    Syntax
    'Declaration
     
    
    Public Property CharSet As Byte
    public byte CharSet {get; set;}

    Property Value

    A byte indicate the charset of font
    Remarks
    Fonts with other character sets may exist in the operating system. If an application uses a font with an unknown character set, it should not attempt to translate or interpret strings that are rendered with that font.
    See Also