pub type FontFeatureSettings = FontSettings<FeatureTagValue<Integer>>;
Expand description
This property provides low-level control over OpenType or TrueType font features.
Aliased Type§
struct FontFeatureSettings(pub Box<[FeatureTagValue<Integer>]>);
Fields§
§0: Box<[FeatureTagValue<Integer>]>