Initializer
init(dict:)initWithDict:initWithDict_
Initialize the object with a dictionary
Declaration
init!(dict: [String : Any]!)Declaration
- (instancetype) initWithDict:(NSDictionary<NSString *,id> *) dict;Declaration
initWithDict_(dict: dict[str, object]) -> GSAxisPartParameters
dictThe content of the dict as it is saved to the .glyphs file
Return Value
A new instance
Discussion
The dict may look like this:
{ bottomValue = 40; name = Width; topValue = 100; }