Click or drag to resize

GdiFontManagerInternalGetGdiFontFromFamilyAndSizeAndStyle Method

Gets a GDI font from the the family name, size and style.

Namespace: Altaxo.Graph.Gdi
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
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

Font
Gdi font.
See Also