Instance Method
tempData(forKey:)tempDataForKey:tempDataForKey_
Returns temporary data for a key, or nil if no value is set.
Declaration
func tempData(forKey key: String) -> Any?Declaration
- (id) tempDataForKey:(NSString *) key;Declaration
tempDataForKey_(key: str) -> objectSee Also
Temporary Data
Runtime data stored on the font.
Sets temporary data for a key.