values
– countOfValues
– removeObjectFromValuesAtIndex:
The values.
@property (nonatomic, strong) NSMutableArray<GSFontInfoValue*> *values
The number of values
- (NSUInteger)countOfValues
Removes the value at idx
- (void)removeObjectFromValuesAtIndex:(NSUInteger)idx
The index