Click or drag to resize

GdiFontManagerFontFamilyArrayToFontStylePresence Method

Converts an array of font families into style-availability flags.

Namespace: Altaxo.Graph.Gdi
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
protected static FontStylePresence FontFamilyArrayToFontStylePresence(
	FontFamily[] fontFamilyArray
)

Parameters

fontFamilyArray  FontFamily
The font family array indexed by style.

Return Value

FontStylePresence
The style-availability flags.
See Also