Instance Method
propertyListValue(format:)propertyListValueFormat:error: propertyListValueFormat_error_
A property-list representation for the specified Glyphs file format version.
Declaration
func propertyListValue(format: GSFormatVersion) throws -> [String : Any]Declaration
- (NSDictionary<NSString *,id> *) propertyListValueFormat:(GSFormatVersion) format error:(NSError **) error;Declaration
propertyListValueFormat_error_(format: GSFormatVersion) -> tuple[dict[str, object], NSError]Parameters
formatThe Glyphs file format version for which to encode the layer.
Parameters
formatThe Glyphs file format version for which to encode the layer.
errorOn output, a pointer to an error object that describes why the method failed, or
nilif no error occurred. If you are not interested in the error information, passnilfor this parameter.
See Also
Encoding
Writes the layer in the specified Glyphs file format.
An attribute representation for the specified Glyphs file format version.
Values deferred until the layer can complete format-dependent decoding.
Stores a value for format-dependent decoding after the layer hierarchy is available.
Completes format-dependent decoding after the layer has been attached to its object hierarchy.
Encodes layer elements as Glyphs property-list data.