Gets a font like the existing font, but with a new size.
Namespace: Altaxo.DrawingAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public FontX WithSize(
double newSize
)
Parameters
- newSize Double
- The new font size.
Return Value
FontXFont with the same font family and style as the existing font, but with the provided size.
See Also