Method
_nAddFontFeature
(long ptr, String name, int value)
Source from the content-addressed store, hash-verified
| 375 | public static native void _nClearShadows(long ptr); |
| 376 | public static native FontFeature[] _nGetFontFeatures(long ptr); |
| 377 | public static native void _nAddFontFeature(long ptr, String name, int value); |
| 378 | public static native void _nClearFontFeatures(long ptr); |
| 379 | public static native float _nGetFontSize(long ptr); |
| 380 | public static native void _nSetFontSize(long ptr, float size); |
Tested by
no test coverage detected