Declaration

func propertyList(to data: CFMutableData, format formatVersion: GSFormatVersion) throws

Declaration

- (BOOL) propertyListToData:(CFMutableDataRef) data format:(GSFormatVersion) formatVersion error:(NSError **) error;

Declaration

propertyListToData_format_error_(data: CFMutableDataRef, formatVersion: GSFormatVersion) -> tuple[bool, NSError]

Parameters

data

The data buffer to which the representation is appended.

formatVersion

The Glyphs file format version used for the representation.

Parameters

data

The data buffer to which the representation is appended.

formatVersion

The Glyphs file format version used for the representation.

error

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

Discussion

Concrete subclasses implement this method for their representation.

Return Value

Whether the representation was appended successfully.

Discussion

Concrete subclasses implement this method for their representation.

See Also

Encoding