Declaration

init!(dict: [String : Any]!)

Declaration

- (instancetype) initWithDict:(NSDictionary<NSString *,id> *) dict;

Declaration

initWithDict_(dict: dict[str, object]) -> GSAxisPart

Parameters

dict

The 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; }