featureSettings property

String get featureSettings

The featureSettings property of the FontFace interface retrieves or sets infrequently used font features that are not available from a font's variant properties.

This property is equivalent to the descriptor.

Implementation

external String get featureSettings;
set featureSettings (String value)

Implementation

external set featureSettings(String value);