FontInfo.Aliases Property

Gets the user-added lookup names for this font, supplied via AddFontAlias(String, String). Derived lookup keys, such as the postscript name itself, are not included. This is a snapshot, not a live view.

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

Syntax

C#
public ReadOnlyCollection<string> Aliases { get; }

Property Value

The collection of user-added aliases for this font. Empty if none were supplied.

See Also

Reference