Click or drag to resize

FontsIHandlerFontFamilyAvailable Method

Gets a value indicating whether the specified font family is available in the system

Namespace:  Eto.Drawing
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
bool FontFamilyAvailable(
	string fontFamily
)

Parameters

fontFamily
Type: SystemString
Font family to determine if it is available

Return Value

Type: Boolean
true, if family available was available, false otherwise.
Remarks
This is used to allow for (relatively) efficient lookup of a font name when the user specifies a comma-separated list of families when creating a FontFamily or Font.
See Also