GdiFontManagerSplitInvariantDescriptionString Method |
Splits an invariant description string into its parts
Namespace: Altaxo.Graph.GdiAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax 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