This documentation is for the old version. Go to the latest Graphics Mill docs

Font.GdiCharset Property

Gets/sets charset for displaying non-Unicode characters.

Namespace: Aurigma.GraphicsMill.Drawing
Assembly: Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)

Syntax

Visual Basic
Public Property GdiCharset As Charset
C#
public Charset GdiCharset { get; set; }

Property Value

Charset value specifying string charset.

Remarks

You can use this property in cases when you have non-Unicode text string (for example, taken from legacy software or database) and need to display it correctly. Otherwise you should not change this property.

Default value is Default (i.e. charset depends on locale settings).

See Also

Reference