Click or drag to resize

GdiFontManagerGetHeight Method

Gets the height of the font in points (1/72 inch).

Namespace: Altaxo.Graph.Gdi
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public static double GetHeight(
	FontX fontX
)

Parameters

fontX  FontX
The font instance.

Return Value

Double

[Missing <returns> documentation for "M:Altaxo.Graph.Gdi.GdiFontManager.GetHeight(Altaxo.Drawing.FontX)"]

See Also