Static
clearOptional
key: stringStatic
getUse the provided key to look up a value in CommonMetrics.
is a string separated by periods (e.g., Stroke.text.fontFamily
).
Optional
defaultValue: anyis returned if the lookup fails.
the retrieved value (or defaultValue
if the lookup fails).
For the key Stroke.text.fontFamily
, check all of the following in order:
Static
getStatic
get
Use the provided key to look up a FontInfo in CommonMetrics. *