Type Method
fontInfoValues(fromDicts:format:) fontInfoValuesFromDicts:format: fontInfoValuesFromDicts_format_
Declaration
class func fontInfoValues(fromDicts list: [[AnyHashable : Any]], format formatVersion: GSFormatVersion) -> NSMutableArrayDeclaration
+ (NSMutableArray<GSInfoValue *> *) fontInfoValuesFromDicts:(NSArray<NSDictionary *> *) list format:(GSFormatVersion) formatVersion;Declaration
fontInfoValuesFromDicts_format_(list: list[dict], formatVersion: GSFormatVersion) -> list[GSInfoValue]