Click or drag to resize

FontXWithStyle Method

Gets a font like the existing font, but with a new font style.

Namespace: Altaxo.Drawing
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public FontX WithStyle(
	FontXStyle newStyle
)

Parameters

newStyle  FontXStyle
The new font style.

Return Value

FontX
Font with the same font family andsize as the existing font, but with the provided style.
See Also