Click or drag to resize

GdiFontManagerGetFontXGenericSansSerif Method

Gets a FontX instance of a generic sans serif font with the provided size and style.

Namespace: Altaxo.Graph.Gdi
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public static FontX GetFontXGenericSansSerif(
	double fontSize,
	FontXStyle style
)

Parameters

fontSize  Double
Size of the font.
style  FontXStyle
The style.

Return Value

FontX
A FontX instance of a generic sans serif font with the provided size and style.
See Also