Click or drag to resize

FontManager3DGetFontInformation Method

Gets font metrics for the specified 3D font.

Namespace: Altaxo.Drawing.D3D
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public virtual FontInfo GetFontInformation(
	FontX3D font
)

Parameters

font  FontX3D
The font.

Return Value

FontInfo
The font metrics.
See Also