Declaration

func propertyListValue(format formatVersion: GSFormatVersion) throws -> [String : Any]

Declaration

- (NSDictionary<NSString *,id> *) propertyListValueFormat:(GSFormatVersion) formatVersion error:(NSError **) error;

Declaration

propertyListValueFormat_error_(formatVersion: GSFormatVersion) -> tuple[dict[str, object], NSError]

Parameters

formatVersion

The Glyphs file format version used for the representation.

Parameters

formatVersion

The Glyphs file format version used for the representation.

error

On failure, an error describing why the representation could not be created.

Discussion

Subclasses extend this representation with their type-specific values.

See Also

Encoding