GdiFontManagerGetFontStylePresence(FontFamily) Method |
Finds out which font styles are available for the given Gdi font family.
Namespace: Altaxo.Graph.GdiAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax protected static FontStylePresence GetFontStylePresence(
FontFamily fontFamily
)
Parameters
- fontFamily FontFamily
- The Gdi font family.
Return Value
FontStylePresenceValue that indicate which styles are available for the fontFamily.
See Also