GdiFontManagerInternalGetGdiFontFromFamilyAndSizeAndStyle Method |
Gets a GDI font from the the family name, size and style.
Namespace: Altaxo.Graph.GdiAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax protected virtual Font InternalGetGdiFontFromFamilyAndSizeAndStyle(
string gdiFontFamilyName,
double fontSize,
FontStyle fontStyle
)
Parameters
- gdiFontFamilyName String
- The GDI font family name.
- fontSize Double
- The font size.
- fontStyle FontStyle
- The style of the font.
Return Value
FontGdi font.
See Also