CharacterGeometry Constructor |
Namespace: Altaxo.Drawing.D3DAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic 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