lineGapOverride property

String get lineGapOverride

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

Implementation

external set lineGapOverride(String value);