lineGapOverride property
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;
Implementation
external set lineGapOverride(String value);