Gets a font like the existing font, but with a new font style.
Namespace: Altaxo.DrawingAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public FontX WithStyle(
FontXStyle newStyle
)
Parameters
- newStyle FontXStyle
- The new font style.
Return Value
FontXFont with the same font family andsize as the existing font, but with the provided style.
See Also