descentOverride property
The descentOverride property of the FontFace interface returns and
sets the value of the descriptor.
The possible values are normal, indicating that the metric used should
be obtained from the font file, or a percentage.
Implementation
external String get descentOverride;
Implementation
external set descentOverride(String value);