CADability dotNET
Gets or sets the direction of the vertical character parts. This direction is usually perpendicular to the LineDirection, but can be modified to produce italic characters of any angle. The Italic property in contrary uses the typefont italic capabilities which are more sophisticated.

Namespace: CADability.GeoObject
Assembly: CADability (in CADability.dll) Version: 1.1.4254.24737 (1.1.*)

Syntax

C#
public GeoVector GlyphDirection { get; set; }
Visual Basic
Public Property GlyphDirection As GeoVector
	Get
	Set
Visual C++
public:
property GeoVector GlyphDirection {
	GeoVector get ();
	void set (GeoVector value);
}

See Also