Instance Method
propertyListValueFormat:error: propertyListValueFormat:error: propertyListValueFormat_error_
Returns the content of the block to store it in pList.
Not available in Swift.
Declaration
- (NSDictionary<NSString *,id> *) propertyListValueFormat:(GSFormatVersion) format error:(NSError **) error;Declaration
propertyListValueFormat_error_(format: GSFormatVersion) -> tuple[dict[str, object], NSError]Parameters
formatThe version of the dict
Discussion
This is used to store the data in the .glyphs file.