FontRegistry.GetFontStyles Method

Returns the available font styles for the given font family.

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

Syntax

C#
public ReadOnlyCollection<string> GetFontStyles(
	string family
)

Parameters

family

Type: System.String

Font family name.

Return Value

The collection of the font styles.

See Also

Reference