Inherits from NSObject
Conforms to NSCopying

Tasks

Properties

accents

a > dieresis, grave, acute …

@property (strong, nonatomic) NSArray *accents

anchors

e.g: “top”, “ogonek”

@property (strong, nonatomic) NSArray *anchors

category

This is mostly from the UnicodeData.txt file from unicode.org. Some corrections have been made (Accents, …) e.g: “Letter”, “Number”, “Punctuation”, “Mark”, “Separator”, “Symbol”, “Other”

@property (strong, nonatomic) NSString *category

components

f_f_i > f f i Adieresis > A dieresis

@property (strong, nonatomic) NSArray<GSGlyphInfo*> *components

production

acyrill > afii10065

@property (strong, nonatomic) NSString *production

script

e.g: “Latin”, “Cyrillic”, “Greek”

@property (strong, nonatomic) NSString *script

subCategory

This is mostly from the UnicodeData.txt file from unicode.org. Some corrections and additions have been made (Smallcaps, …) e.g: “Uppercase”, “Lowercase”, “Smallcaps”, “Ligature”, “Decimal Digit”, …

@property (strong, nonatomic) NSString *subCategory

unicode

as a hex string.

@property (strong, nonatomic) NSString *unicode

unicode2

as a hex string.

@property (strong, nonatomic) NSString *unicode2