MonobjcMonobjc Documented Class Library
ItalicAngle Property
NamespacesMonobjc.AppKitNSFontItalicAngle

Returns the receiver’s italic angle, the amount that the font is slanted in degrees counterclockwise from the vertical, as read from its AFM file. Because the slant is measured counterclockwise, English italic fonts typically return a negative value.

Original signature is '- (CGFloat)italicAngle'

Available in Mac OS X v10.0 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual CGFloat ItalicAngle { get; }
Public Overridable ReadOnly Property ItalicAngle As CGFloat
	Get
public:
virtual property CGFloat ItalicAngle {
	CGFloat get ();
}
Version Information
  • Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)

Assembly: Monobjc.AppKit (Module: Monobjc.AppKit)