Declaration

func propertyListValue(format: GSFormatVersion, options: GSSaveOptions = []) throws -> [String : Any]

Declaration

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

Declaration

propertyListValueFormat_options_error_(format: GSFormatVersion, options: GSSaveOptions) -> tuple[dict[str, object], NSError]

Parameters

format

The source format used for the representation.

options

Options controlling the represented data.

Parameters

format

The source format used for the representation.

options

Options controlling the represented data.

error

On return, an error that prevented encoding.

Discussion

Property-list encoding supports format 3 and later. Only writeLastChangeGSSaveOptionWriteLastChangeGSSaveOptionWriteLastChange affects the glyph representation.

See Also

Encoding