Creates a font like the existing font, but with a new font family name.
Namespace: Altaxo.DrawingAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public FontX WithFamily(
string newFamilyName
)
Parameters
- newFamilyName String
- New name of the font family.
Return Value
FontXFont with the same size and style as the existing instance, but with the provided font family name.
See Also