Click or drag to resize

CharacterGeometry Constructor

Initializes a new instance of the CharacterGeometry class.

Namespace: Altaxo.Drawing.D3D
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public CharacterGeometry(
	List<PolygonClosedWithNormalsD2D> characterContour,
	IndexedTriangles frontFace,
	double fontSize,
	double lineSpacing,
	double baseLine,
	double advanceWidth,
	double leftSideBearing,
	double rightSideBearing
)

Parameters

characterContour  ListPolygonClosedWithNormalsD2D
The contour polygons that describe the character outline.
frontFace  IndexedTriangles
The front-face triangle geometry of the character.
fontSize  Double
The font size of the character.
lineSpacing  Double
The line spacing associated with the character.
baseLine  Double
The baseline position of the character.
advanceWidth  Double
The advance width of the character.
leftSideBearing  Double
The left side bearing of the character.
rightSideBearing  Double
The right side bearing of the character.
See Also