Inherits from NSObject
Conforms to NSCopying
Declared in GSGlyphInfo.h

Properties

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

marks

a > dieresis, grave, acute …

@property (strong, nonatomic) NSArray *marks

name

The glyph name.

@property (strong, nonatomic) NSString *name

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 e.g: “Ligature”, “Decimal Digit”, …

@property (strong, nonatomic) NSString *subCategory

unicodes

as a hex string.

@property (strong, nonatomic) NSMutableOrderedSet<NSString*> *unicodes

Instance Methods

case

The case of the glyph

- (GSCase)case

Discussion

Like Uppercase, Lowercase, smallcaps