FontXInternalCreateFromInvariantDescriptionString Method |
Internal creates a
FontX instance from an invariant description string. This function is intended to use only by FontManagers!
Namespace: Altaxo.DrawingAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public static FontX InternalCreateFromInvariantDescriptionString(
string descriptionString
)
Parameters
- descriptionString String
- The string describing the font.
Return Value
FontXThe
FontX instance created.
See Also