Instance Method
propertyListValue(format:)propertyListValueFormat:error: propertyListValueFormat_error_
Returns the content of the object to store it in pList.
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 version of the dict
Parameters
formatThe version of the dict
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.
Discussion
This is used to store the data in the .glyphs file.