opentypeFlags property

Map<String, num>? opentypeFlags
final

A map of OpenType feature flags to 1 or 0, 1 if it is enabled and 0 if it is disabled. Note that some flags aren't reflected here. For example, SMCP (small caps) is still represented by the textCase field.

Implementation

final Map<String, num>? opentypeFlags;