MonobjcMonobjc Documented Class Library
NSGlyphInscription Enumeration
NamespacesMonobjc.AppKitNSGlyphInscription

These constants specify how a glyph is laid out relative to the previous glyph. The glyph inscription constants are possible values for the glyph attribute NSGlyphAttributeInscribe. Glyph inscriptions are set during glyph generation.

Available in Mac OS X v10.0 and later.

Declaration Syntax
C#Visual BasicVisual C++
public enum NSGlyphInscription
Public Enumeration NSGlyphInscription
public enum class NSGlyphInscription
Members
MemberDescription
NSGlyphInscribeBase

A base glyph; a character that the font can represent with a single glyph.

Available in Mac OS X v10.0 and later.


NSGlyphInscribeBelow

Glyph is rendered below the previous glyph.

Available in Mac OS X v10.0 and later.


NSGlyphInscribeAbove

Glyph is rendered above the previous glyph.

Available in Mac OS X v10.0 and later.


NSGlyphInscribeOverstrike

Glyph is rendered on top of the previous glyph.

Available in Mac OS X v10.0 and later.


NSGlyphInscribeOverBelow

Glyph is rendered on top and below the previous glyph.

Available in Mac OS X v10.0 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)