Declaration

class func fontInfoValues(fromDicts list: [[AnyHashable : Any]], format formatVersion: GSFormatVersion) -> NSMutableArray

Declaration

+ (NSMutableArray<GSInfoValue *> *) fontInfoValuesFromDicts:(NSArray<NSDictionary *> *) list format:(GSFormatVersion) formatVersion;

Declaration

fontInfoValuesFromDicts_format_(list: list[dict], formatVersion: GSFormatVersion) -> list[GSInfoValue]