ascentOverride property
String
get
ascentOverride
The ascentOverride
property of the FontFace interface returns and
sets the ascent metric for the font, the height above the baseline that
CSS uses to lay out line boxes in an inline formatting context.
This property is equivalent to the descriptor of .
Implementation
external String get ascentOverride;
set
ascentOverride
(String value)
Implementation
external set ascentOverride(String value);