Package apple.coretext.enums
Class CTCharacterCollection
- java.lang.Object
-
- apple.coretext.enums.CTCharacterCollection
-
public final class CTCharacterCollection extends java.lang.Object[@enum] CTCharacterCollection These constants specify character collections. [@constant] kCTCharacterCollectionIdentityMapping Indicates that the character identifier is equal to the CGGlyph glyph index. [@constant] kCTCharacterCollectionAdobeCNS1 Indicates the Adobe-CNS1 mapping. [@constant] kCTCharacterCollectionAdobeGB1 Indicates the Adobe-GB1 mapping. [@constant] kCTCharacterCollectionAdobeJapan1 Indicates the Adobe-Japan1 mapping. [@constant] kCTCharacterCollectionAdobeJapan2 Indicates the Adobe-Japan2 mapping. [@constant] kCTCharacterCollectionAdobeKorea1 Indicates the Adobe-Korea1 mapping.
-
-
Field Summary
Fields Modifier and Type Field Description static charAdobeCNS1CharacterCollectionstatic charAdobeGB1CharacterCollectionstatic charAdobeJapan1CharacterCollectionstatic charAdobeJapan2CharacterCollectionstatic charAdobeKorea1CharacterCollectionstatic charCharacterCollectionAdobeCNS1static charCharacterCollectionAdobeGB1static charCharacterCollectionAdobeJapan1static charCharacterCollectionAdobeJapan2static charCharacterCollectionAdobeKorea1static charCharacterCollectionIdentityMappingstatic charIdentityMappingCharacterCollection
-
-
-
Field Detail
-
CharacterCollectionIdentityMapping
public static final char CharacterCollectionIdentityMapping
- See Also:
- Constant Field Values
-
CharacterCollectionAdobeCNS1
public static final char CharacterCollectionAdobeCNS1
- See Also:
- Constant Field Values
-
CharacterCollectionAdobeGB1
public static final char CharacterCollectionAdobeGB1
- See Also:
- Constant Field Values
-
CharacterCollectionAdobeJapan1
public static final char CharacterCollectionAdobeJapan1
- See Also:
- Constant Field Values
-
CharacterCollectionAdobeJapan2
public static final char CharacterCollectionAdobeJapan2
- See Also:
- Constant Field Values
-
CharacterCollectionAdobeKorea1
public static final char CharacterCollectionAdobeKorea1
- See Also:
- Constant Field Values
-
IdentityMappingCharacterCollection
public static final char IdentityMappingCharacterCollection
- See Also:
- Constant Field Values
-
AdobeCNS1CharacterCollection
public static final char AdobeCNS1CharacterCollection
- See Also:
- Constant Field Values
-
AdobeGB1CharacterCollection
public static final char AdobeGB1CharacterCollection
- See Also:
- Constant Field Values
-
AdobeJapan1CharacterCollection
public static final char AdobeJapan1CharacterCollection
- See Also:
- Constant Field Values
-
AdobeJapan2CharacterCollection
public static final char AdobeJapan2CharacterCollection
- See Also:
- Constant Field Values
-
AdobeKorea1CharacterCollection
public static final char AdobeKorea1CharacterCollection
- See Also:
- Constant Field Values
-
-