Inherits from NSObject
Conforms to NSCoding
NSCopying

Overview

The class defining the feature object

This class defines the feature object. It is used to store OpenType features in Adobe FDK syntax

Tasks

Properties

automatic

Feature will be automaticaly generated.

@property (nonatomic) BOOL automatic

Discussion

Defaults to YES, set it to NO if you want to edit the feature manually.

disabled

If True, the feature will not be exported.

@property (nonatomic) BOOL disabled

name

The feature name.

@property (copy, nonatomic) NSString *name

Discussion

e.g: “liga”, “smcp”, ..

notes

Some extra text.

@property (copy, nonatomic) NSString *notes

Discussion

Is shown in the bottom of the feature window.

Contains the stylistic set name parameter

Instance Methods

fullName

The full, localized name.

- (NSString *)fullName

Return Value

The name

update

Invoce this method to regenerate the feature

- (void)update

Discussion

If the feature is not set to be automatic, this does nothing