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.
| C# | Visual Basic | Visual C++ |
public enum NSGlyphAttributes
Public Enumeration NSGlyphAttributes
public enum class NSGlyphAttributes
| Member | Description |
|---|---|
| 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. |
- Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)