FontRegistry.Families Property

Gets the collection of the font families represented in the FontRegistry.

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

Syntax

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

Return Value

The collection of the font families represented in the FontRegistry.

See Also

Reference