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.3179.0 (4.8.3179.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

[Missing <param name="characterContour"/> documentation for "M:Altaxo.Drawing.D3D.CharacterGeometry.#ctor(System.Collections.Generic.List{Altaxo.Geometry.PolygonClosedWithNormalsD2D},Altaxo.Drawing.D3D.IndexedTriangles,System.Double,System.Double,System.Double,System.Double,System.Double,System.Double)"]

frontFace  IndexedTriangles

[Missing <param name="frontFace"/> documentation for "M:Altaxo.Drawing.D3D.CharacterGeometry.#ctor(System.Collections.Generic.List{Altaxo.Geometry.PolygonClosedWithNormalsD2D},Altaxo.Drawing.D3D.IndexedTriangles,System.Double,System.Double,System.Double,System.Double,System.Double,System.Double)"]

fontSize  Double

[Missing <param name="fontSize"/> documentation for "M:Altaxo.Drawing.D3D.CharacterGeometry.#ctor(System.Collections.Generic.List{Altaxo.Geometry.PolygonClosedWithNormalsD2D},Altaxo.Drawing.D3D.IndexedTriangles,System.Double,System.Double,System.Double,System.Double,System.Double,System.Double)"]

lineSpacing  Double

[Missing <param name="lineSpacing"/> documentation for "M:Altaxo.Drawing.D3D.CharacterGeometry.#ctor(System.Collections.Generic.List{Altaxo.Geometry.PolygonClosedWithNormalsD2D},Altaxo.Drawing.D3D.IndexedTriangles,System.Double,System.Double,System.Double,System.Double,System.Double,System.Double)"]

baseLine  Double

[Missing <param name="baseLine"/> documentation for "M:Altaxo.Drawing.D3D.CharacterGeometry.#ctor(System.Collections.Generic.List{Altaxo.Geometry.PolygonClosedWithNormalsD2D},Altaxo.Drawing.D3D.IndexedTriangles,System.Double,System.Double,System.Double,System.Double,System.Double,System.Double)"]

advanceWidth  Double

[Missing <param name="advanceWidth"/> documentation for "M:Altaxo.Drawing.D3D.CharacterGeometry.#ctor(System.Collections.Generic.List{Altaxo.Geometry.PolygonClosedWithNormalsD2D},Altaxo.Drawing.D3D.IndexedTriangles,System.Double,System.Double,System.Double,System.Double,System.Double,System.Double)"]

leftSideBearing  Double

[Missing <param name="leftSideBearing"/> documentation for "M:Altaxo.Drawing.D3D.CharacterGeometry.#ctor(System.Collections.Generic.List{Altaxo.Geometry.PolygonClosedWithNormalsD2D},Altaxo.Drawing.D3D.IndexedTriangles,System.Double,System.Double,System.Double,System.Double,System.Double,System.Double)"]

rightSideBearing  Double

[Missing <param name="rightSideBearing"/> documentation for "M:Altaxo.Drawing.D3D.CharacterGeometry.#ctor(System.Collections.Generic.List{Altaxo.Geometry.PolygonClosedWithNormalsD2D},Altaxo.Drawing.D3D.IndexedTriangles,System.Double,System.Double,System.Double,System.Double,System.Double,System.Double)"]

See Also