Inherits from NSObject
Conforms to NSCoding
NSCopying

Overview

The class represents the OpenType classes

Tasks

Properties

automatic

if the class is replaced on automatic feature generation.

@property (nonatomic) BOOL automatic

code

The content of the class

@property (strong, nonatomic) NSString *code

Discussion

Normally glyph names seperated my spaces.

disabled

If True, the feature will not be exported.

@property (nonatomic) BOOL disabled

name

The name of the class

@property (nonatomic, copy) NSString *name

notes

Some notes for the class.

@property (nonatomic, strong) NSString *notes

parent

a reference to the font contaning the class

@property (nonatomic, unsafe_unretained) GSFont *parent

Instance Methods

update

Triggers the regeneration of the class.

- (void)update