Click or drag to resize

FontX3DWithFamily Method

Returns a copy of this font with a different family.

Namespace: Altaxo.Drawing.D3D
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public FontX3D WithFamily(
	string newFamily
)

Parameters

newFamily  String
The new family name.

Return Value

FontX3D
A font with the updated family.
See Also