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, an error describing why loading could not be completed.

formatVersion

The Glyphs file format version used to interpret the representation.

Return Value

Whether loading was completed successfully.

Discussion

Call this method after the complete layer contents have been loaded.

See Also

Creating a Shape