Click or drag to resize

FontXWithSize Method

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

Namespace: Altaxo.Drawing
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public FontX WithSize(
	double newSize
)

Parameters

newSize  Double
The new font size.

Return Value

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