MonobjcMonobjc Documented Class Library
NSGlyphAttributes Enumeration
NamespacesMonobjc.AppKitNSGlyphAttributes

These glyph attribute constants are used only inside the glyph generation machinery, but they must be shared between components.

Available in Mac OS X v10.0 and later.

Declaration Syntax
C#Visual BasicVisual C++
public enum NSGlyphAttributes
Public Enumeration NSGlyphAttributes
public enum class NSGlyphAttributes
Members
MemberDescription
NSGlyphAttributeSoft

The glyph is soft.

Available in Mac OS X v10.0 and later.


NSGlyphAttributeElastic

The glyph is elastic.

Available in Mac OS X v10.0 and later.


NSGlyphAttributeBidiLevel

The bidirectional level (direction) of the glyph.

Available in Mac OS X v10.2 and later.


NSGlyphAttributeInscribe

Glyph inscription attribute. See [NSGlyphInscription] for possible values.NSGlyphInscription

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)