FontManager3DGetCharacterGeometry Method |
Gets the cached character geometry for a font and character.
Namespace: Altaxo.Drawing.D3DAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic CharacterGeometry GetCharacterGeometry(
FontX font,
char textChar
)
Parameters
- font FontX
- The font.
- textChar Char
- The character.
Return Value
CharacterGeometryThe character geometry.
See Also