Click or drag to resize

GdiFontManagerGetFontStylePresence(FontFamily) Method

Finds out which font styles are available for the given Gdi font family.

Namespace: Altaxo.Graph.Gdi
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
protected static FontStylePresence GetFontStylePresence(
	FontFamily fontFamily
)

Parameters

fontFamily  FontFamily
The Gdi font family.

Return Value

FontStylePresence
Value that indicate which styles are available for the fontFamily.
See Also