GdiFontManagerInternalIsFontFamilyAvailable Method |
Determines whether a font family with the provided name is available.
Namespace: Altaxo.Graph.GdiAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax protected virtual bool InternalIsFontFamilyAvailable(
string fontFamilyName
)
Parameters
- fontFamilyName String
- Name of the font family to test.
Return Value
Booleantrue if a font family with the given font family name is available; otherwise,
false.
See Also