FontXGetInvariantDescriptionStringWithoutSizeInformation Method |
Gets an invariant description string, providing the font family, the size and the style of a font.
Namespace: Altaxo.DrawingAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public static string GetInvariantDescriptionStringWithoutSizeInformation(
string family,
FontXStyle style
)
Parameters
- family String
- The font family name.
- style FontXStyle
- The font style.
Return Value
StringAn invariant description string that can be used to describe the font.
See Also