descentOverride property

String get descentOverride

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;
set descentOverride (String value)

Implementation

external set descentOverride(String value);