(int index)
| 26 | } |
| 27 | |
| 28 | public FontStyleSet makeStyleSet(int index) { |
| 29 | try { |
| 30 | Stats.onNativeCall(); |
| 31 | long ptr = _nMakeStyleSet(_ptr, index); |
| 32 | return ptr == 0 ? null : new FontStyleSet(ptr); |
| 33 | } finally { |
| 34 | ReferenceUtil.reachabilityFence(this); |
| 35 | } |
| 36 | } |
| 37 | |
| 38 | /** |
| 39 | * The caller must call {@link #close()} on the returned object. |