GdiFontManagerGetHeight Method |
Gets the height of the font in points (1/72 inch).
Namespace: Altaxo.Graph.GdiAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic static double GetHeight(
FontX fontX
)
Parameters
- fontX FontX
- The font instance.
Return Value
DoubleThe font height in points.
See Also