# `GSInfoValueLocalized fontInfoValuesFromDicts:format:`

*Type Method*

## Declaration

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

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

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

