(FontFeature[] FontFeatures)
| 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(); |