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
)
Function FontFamilyAvailable (
fontFamily As String
) As Boolean
abstract FontFamilyAvailable :
fontFamily : string -> bool
Parameters
- fontFamily
- Type: SystemString
Font family to determine if it is available
Return Value
Type:
Booleantrue, 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