Click or drag to resize

FontManager3DGetRawCharacterOutline Method

Gets the raw character outline, i.e. the polygonal shape that forms a character. The polygons are in their raw form, i.e. not simplified.

Namespace: Altaxo.Drawing.D3D
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
protected virtual FontManager3DRawCharacterOutline GetRawCharacterOutline(
	char textChar,
	FontX font,
	double fontSize
)

Parameters

textChar  Char
The text character.
font  FontX
The font. The font size of this font is ignored, because it is given in the next parameter.
fontSize  Double
Size of the font.

Return Value

FontManager3DRawCharacterOutline
The list of polygons which forms the character.
See Also