Font.Characters Property

Gets the collection of characters available in the font.

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

Syntax

C#
public ReadOnlyCollection<char> Characters { get; }

Property Value

The collection of characters supported by this font.

See Also

Reference