Click or drag to resize

GdiFontManagerSplitInvariantDescriptionString Method

Splits an invariant description string into its parts

Namespace: Altaxo.Graph.Gdi
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
protected void SplitInvariantDescriptionString(
	string invariantDescriptionString,
	out string gdiFontFamilyName,
	out double fontSize,
	out FontStyle fontStyle
)

Parameters

invariantDescriptionString  String
The invariant description string to split.
gdiFontFamilyName  String
Name of the Gdi font family.
fontSize  Double
Size of the font.
fontStyle  FontStyle
The font style.
See Also