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.
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also