Click or drag to resize

FontXGetInvariantDescriptionString Method

Gets an invariant description string, providing the font family, the size and the style of a font.

Namespace: Altaxo.Drawing
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public static string GetInvariantDescriptionString(
	string family,
	double size,
	FontXStyle style
)

Parameters

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

Return Value

String
An invariant description string that can be used to describe the font.
See Also