Returns a copy of this font with a different size.
Namespace: Altaxo.Drawing.D3DAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic FontX3D WithSize(
double newSize
)
Parameters
- newSize Double
- The new size.
Return Value
FontX3DA font with the updated size.
See Also