Click or drag to resize

FontManager3DGetCharacterGeometry Method

Gets the cached character geometry for a font and character.

Namespace: Altaxo.Drawing.D3D
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public CharacterGeometry GetCharacterGeometry(
	FontX font,
	char textChar
)

Parameters

font  FontX
The font.
textChar  Char
The character.

Return Value

CharacterGeometry
The character geometry.
See Also