Instance Method
postRead()postRead:postRead_
Completes the font after reading serialized data.
Declaration
func postRead() throwsDeclaration
- (BOOL) postRead:(NSError **) error;Declaration
postRead_() -> tuple[bool, NSError]Parameters
errorOn failure, an error describing the problem.
Discussion
This resolves legacy data, validates child objects, rebuilds lookup data, and prepares the font for normal use.
Return Value
YES if the method succeeded, otherwise NO.
Discussion
This resolves legacy data, validates child objects, rebuilds lookup data, and prepares the font for normal use.
See Also
Importing Font Data
Reads editor and file settings from a Glyphs property-list representation.
Stores temporary serialized data for post-read processing.
Completes editor-facing state after reading serialized data.
Imports metrics and kerning from Adobe Font Metrics data.