FontXInternalCreateFromNameSizeStyle Method |
Internally creates a
FontX instance from family name, size, and style information.
Namespace: Altaxo.DrawingAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic static FontX InternalCreateFromNameSizeStyle(
string fontFamilyName,
double size,
FontXStyle style
)
Parameters
- fontFamilyName String
- The font family name.
- size Double
- The font size.
- style FontXStyle
- The font style.
Return Value
FontXThe created font instance.
See Also