MonobjcMonobjc Documented Class Library
NSCharacterCollection Enumeration
NamespacesMonobjc.AppKitNSCharacterCollection

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.

Declaration Syntax
C#Visual BasicVisual C++
public enum NSCharacterCollection
Public Enumeration NSCharacterCollection
public enum class NSCharacterCollection
Members
MemberDescription
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.


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)