Click or drag to resize

GdiFontManagerInternalIsFontFamilyAvailable Method

Determines whether a font family with the provided name is available.

Namespace: Altaxo.Graph.Gdi
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
protected virtual bool InternalIsFontFamilyAvailable(
	string fontFamilyName
)

Parameters

fontFamilyName  String
Name of the font family to test.

Return Value

Boolean
true if a font family with the given font family name is available; otherwise, false.
See Also