GSMetric Class Reference
Inherits from | NSObject |
Conforms to | GSIdentifiableParameter |
Declared in | GSMetric.h |
Properties
Instance Methods
initWithDict:format:
init from property list
- (instancetype)initWithDict:(NSDictionary *)dict
format:(GSFormatVersion)formatVersion
propertyListValueFormat:
Returns the content of the object to store it in pList.
- (NSDictionary
*)propertyListValueFormat:(GSFormatVersion)format
Parameters
- format
-
the version of the dict
Discussion
This is used to store the data in the .glyphs file.
setFilterString:
convenient setter to use predicat string to set the filter
- (void)setFilterString:(NSString
*)filterString