GdiFontManagerGetFontXGenericSansSerif Method |
Gets a
FontX instance of a generic sans serif font with the provided size and style.
Namespace: Altaxo.Graph.GdiAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public static FontX GetFontXGenericSansSerif(
double fontSize,
FontXStyle style
)
Parameters
- fontSize Double
- Size of the font.
- style FontXStyle
- The style.
Return Value
FontXA
FontX instance of a generic sans serif font with the provided size and style.
See Also