The following values specify the mapping of character identifiers to glyphs, and are returned by characterCollection.
Available in Mac OS X v10.2 and later.

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

Member | Description |
---|---|
NSIdentityMappingCharacterCollection | Indicates that the character identifier is equal to the glyph index. Available in Mac OS X v10.2 and later. |
NSAdobeCNS1CharacterCollection | Indicates the Adobe-CNS1 mapping. Available in Mac OS X v10.2 and later. |
NSAdobeGB1CharacterCollection | Indicates the Adobe-GB1 mapping. Available in Mac OS X v10.2 and later. |
NSAdobeJapan1CharacterCollection | Indicates the Adobe-Japan1 mapping. Available in Mac OS X v10.2 and later. |
NSAdobeJapan2CharacterCollection | Indicates the Adobe-Japan2 mapping. Available in Mac OS X v10.2 and later. |
NSAdobeKorea1CharacterCollection | Indicates the Adobe-Korea1 mapping. Available in Mac OS X v10.2 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)