Instance Method
postRead(_:format:) postRead:format: postRead_format_
Completes format-dependent decoding after the layer has been attached to its object hierarchy.
Declaration
func postRead(_ error: NSErrorPointer, format formatVersion: GSFormatVersion) -> BoolDeclaration
- (BOOL) postRead:(NSError **) error format:(GSFormatVersion) formatVersion;Declaration
postRead_format_(formatVersion: GSFormatVersion) -> tuple[bool, NSError]Parameters
errorOn failure, information about the error.
formatVersionThe Glyphs file format version from which the layer was decoded.
Return Value
Whether decoding completed successfully.
See Also
Encoding
A property-list representation for the specified Glyphs file format version.
Writes the layer in the specified Glyphs file format.
An attribute representation for the specified Glyphs file format version.
Values deferred until the layer can complete format-dependent decoding.
Stores a value for format-dependent decoding after the layer hierarchy is available.
Encodes layer elements as Glyphs property-list data.