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.

C# | Visual Basic | Visual C++ |
public enum NSGlyphRelation
Public Enumeration NSGlyphRelation
public enum class NSGlyphRelation

Member | Description |
---|---|
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. |

- Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)