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 dictionary format.
Parameters
formatThe version of the dictionary format.
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.
Return Value
The property list dictionary.
Discussion
This is used to store the data in the .glyphs file.
Return Value
The property list dictionary. On failure, this method returns nil.
Discussion
This is used to store the data in the .glyphs file.