Click or drag to resize

FontManager3DInternalGetCharacterGeometryForCaching Method

Creates cached character geometry from the raw outline information.

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

Parameters

textChar  Char
The character.
font  FontX
The font.

Return Value

CharacterGeometry
The character geometry for caching.
See Also