FontRegistry.Fonts Property

Gets the FontInfo collection of the fonts presented in the FontRegistry.

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

Syntax

C#
public ReadOnlyCollection<FontInfo> Fonts { get; }

Return Value

The FontInfo collection of the fonts presented in the FontRegistry.

See Also

Reference