GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoText Class / GdiCharSet Property
In This Topic
    GdiCharSet Property
    In This Topic
    Gets or sets the GDI character set used for the text.
    Syntax
    [Category("Appearance")]
    [DefaultValue(1)]
    [Description("The GDI character set.")]
    public virtual int GdiCharSet {get; set;}

    Property Value

    The default value is 1, the default character set.
    Remarks
    If AutoResizes is true, setting this property will resize this object to fit the text; otherwise if AutoRescales is true, setting this property will change the font size so that the text fits the bounds.
    See Also