MCPcopy Create free account
hub / github.com/HumbleUI/Skija / addFontFeatures

Method addFontFeatures

shared/java/paragraph/TextStyle.java:181–185  ·  view source on GitHub ↗
(FontFeature[] FontFeatures)

Source from the content-addressed store, hash-verified

179 }
180
181 public TextStyle addFontFeatures(FontFeature[] FontFeatures) {
182 for (FontFeature s: FontFeatures)
183 addFontFeature(s);
184 return this;
185 }
186
187 public TextStyle clearFontFeatures() {
188 Stats.onNativeCall();

Callers 1

drawMethod · 0.80

Calls 1

addFontFeatureMethod · 0.95

Tested by

no test coverage detected