(FontFeature f)
| 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) |
no test coverage detected