Font.GdiCharset Property

Gets or sets a charset for displaying non-Unicode characters.

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

Syntax

C#
public Charset GdiCharset { get; set; }

Property Value

A Charset for displaying non-Unicode characters. The default value is Default (i.e. charset depends on locale settings).

Remarks

You can use this property 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.

See Also

Reference