Declaration

func postRead(_ error: NSErrorPointer, format formatVersion: GSFormatVersion) -> Bool

Declaration

- (BOOL) postRead:(NSError **) error format:(GSFormatVersion) formatVersion;

Declaration

postRead_format_(formatVersion: GSFormatVersion) -> tuple[bool, NSError]

Parameters

error

On failure, information about the error.

formatVersion

The Glyphs file format version from which the layer was decoded.

Return Value

Whether decoding completed successfully.

See Also

Encoding