Instance Method
preWrite()preWrite:preWrite_
Prepares the font before writing.
Declaration
func preWrite() throwsDeclaration
- (BOOL) preWrite:(NSError **) error;Declaration
preWrite_() -> tuple[bool, NSError]Parameters
errorOn failure, an error describing the problem.
Discussion
Call this before using low-level serialization when pre-write validation or normalization is required.
Return Value
YES if the method succeeded, otherwise NO.
Discussion
Call this before using low-level serialization when pre-write validation or normalization is required.
See Also
Saving
Saves the font to a file or package.
Saves the font to a file or package using an explicit format and save context.
Creates a save context for a destination and package type.
A property-list representation of the font.
A property-list representation of editor and file settings.