MonobjcMonobjc Documented Class Library
NSGlyphRelation Enumeration
NamespacesMonobjc.AppKitNSGlyphRelation

These constants are used for calculating the layout of stacked glyphs. (Deprecated. Context-sensitive interglyph spacing is now performed at the typesetting stage)

Available in Mac OS X v10.0 through Mac OS X v10.4 and later.

Declaration Syntax
C#Visual BasicVisual C++
public enum NSGlyphRelation
Public Enumeration NSGlyphRelation
public enum class NSGlyphRelation
Members
MemberDescription
NSGlyphBelow

The glyph is located below the base glyph. (Deprecated. Context-sensitive interglyph spacing is now performed at the typesetting stage.)

Available in Mac OS X v10.0 through Mac OS X v10.4 and later.


NSGlyphAbove

The glyph is located above the base glyph. (Deprecated. Context-sensitive interglyph spacing is now performed at the typesetting stage.)

Available in Mac OS X v10.0 through Mac OS X v10.4 and later.


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)