Click or drag to resize

FontX3DWithStyle Method

Returns a copy of this font with a different style.

Namespace: Altaxo.Drawing.D3D
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public FontX3D WithStyle(
	FontXStyle style
)

Parameters

style  FontXStyle
The new font style.

Return Value

FontX3D
A font with the updated style.
See Also