CADability dotNET
Gets or sets the angle of the characters vertical direction in respect to the horizontal direction. The default value is 90°, different angles create different italic fonts.

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

Syntax

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

See Also