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

Method addFontFeature

shared/java/paragraph/TextStyle.java:175–179  ·  view source on GitHub ↗
(FontFeature f)

Source from the content-addressed store, hash-verified

173 }
174
175 public TextStyle addFontFeature(FontFeature f) {
176 Stats.onNativeCall();
177 _nAddFontFeature(_ptr, f.getTag(), f._value);
178 return this;
179 }
180
181 public TextStyle addFontFeatures(FontFeature[] FontFeatures) {
182 for (FontFeature s: FontFeatures)

Calls 3

onNativeCallMethod · 0.95
_nAddFontFeatureMethod · 0.95
getTagMethod · 0.45

Tested by

no test coverage detected