Class
GSFeaBlock
A snippet of feature code.
Declaration
class GSFeaBlockDeclaration
@interface GSFeaBlock : NSObjectDeclaration
class GSFeaBlock(NSObject)Topics
Initializers
Instance Properties
Whether the code can be generated automatically.
The feature code representation in AFDKO syntax.
A file path relative to the
featuresdirectory in a Glyphs Package file.A persistent, per-font unique identifier of the block.
Whether the code is generated automatically.
Whether the block is included in the exported font.
A time interval that is incremented whenever the title or code of the block is updated.
A way to access tag/name regardless of the feature/class
Additional notes about the block that are not part of the code.
A reference to the font containing the block.
The file name stem (file name without extension) that best matches the block.
A dictionary that stores data that is not written to disk.
Instance Methods
Sets the code, skipping the undo system.
Adds key/value to tempData. Pass nil as value to remove previous set data
Returns a value for the given key in tempData.
If the block is automatic, updates the code. Otherwise, does nothing.
Type Methods
Extracts the title and type of a block from its file name.
Topics
Instance Properties
Whether the code can be generated automatically.
The feature code representation in AFDKO syntax.
A file path relative to the
featuresdirectory in a Glyphs Package file.A persistent, per-font unique identifier of the block.
Whether the code is generated automatically.
Whether the block is included in the exported font.
A time interval that is incremented whenever the title or code of the block is updated.
A way to access tag/name regardless of the feature/class
Additional notes about the block that are not part of the code.
A reference to the font containing the block.
The file name stem (file name without extension) that best matches the block.
A dictionary that stores data that is not written to disk.
Instance Methods
Returns the content of the block to store it in pList.
Sets the code, skipping the undo system.
Adds key/value to tempData. Pass nil as value to remove previous set data
Returns a value for the given key in tempData.
If the block is automatic, updates the code. Otherwise, does nothing.
Type Methods
Extracts the title and type of a block from its file name.
Relationships
Inherits From
NSObject
Inherited By
Conforms To
NSCodingNSCopyingObjectiveC.NSObjectProtocolSwift.CVarArgSwift.CustomDebugStringConvertibleSwift.CustomStringConvertibleSwift.EquatableSwift.Hashable
See Also
Layout Features
The class defining the Prefix object
The class represents the OpenType classes
The class defining the feature object