Click or drag to resize

FontXInternalCreateFromNameSizeStyle Method

Internally creates a FontX instance from family name, size, and style information.

Namespace: Altaxo.Drawing
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public static FontX InternalCreateFromNameSizeStyle(
	string fontFamilyName,
	double size,
	FontXStyle style
)

Parameters

fontFamilyName  String
The font family name.
size  Double
The font size.
style  FontXStyle
The font style.

Return Value

FontX
The created font instance.
See Also