Instance Method
setReadBuffer(_:forKey:) setReadBuffer:forKey: setReadBuffer_forKey_
Stores a value for format-dependent decoding after the layer hierarchy is available.
Declaration
func setReadBuffer(_ values: NSObject, forKey key: String)Declaration
- (void) setReadBuffer:(NSObject *) values forKey:(NSString *) key;Declaration
setReadBuffer_forKey_(values: NSObject, key: str)Parameters
valuesThe deferred value.
keyThe key used by the decoding step.
See Also
Encoding
A property-list representation for the specified Glyphs file format version.
Writes the layer in the specified Glyphs file format.
An attribute representation for the specified Glyphs file format version.
Values deferred until the layer can complete format-dependent decoding.
Completes format-dependent decoding after the layer has been attached to its object hierarchy.
Encodes layer elements as Glyphs property-list data.