Click or drag to resize

FontXWithFamily Method

Creates a font like the existing font, but with a new font family name.

Namespace: Altaxo.Drawing
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public FontX WithFamily(
	string newFamilyName
)

Parameters

newFamilyName  String
New name of the font family.

Return Value

FontX
Font with the same size and style as the existing instance, but with the provided font family name.
See Also