Declaration

func setPropertyListValue(_ dict: [AnyHashable : Any], format: GSFormatVersion)

Declaration

- (void) setPropertyListValue:(NSDictionary *) dict format:(GSFormatVersion) format;

Declaration

setPropertyListValue_format_(dict: dict, format: GSFormatVersion)

Parameters

dict

The property-list representation.

format

The Glyphs file format version used to interpret the representation.

Discussion

Subclasses that override this method must also restore their type-specific values.

See Also

Encoding