()
| 66 | } |
| 67 | |
| 68 | public float getLeading() { |
| 69 | Stats.onNativeCall(); |
| 70 | try { |
| 71 | return _nGetLeading(_ptr); |
| 72 | } finally { |
| 73 | ReferenceUtil.reachabilityFence(this); |
| 74 | } |
| 75 | } |
| 76 | |
| 77 | public float getWidth() { |
| 78 | Stats.onNativeCall(); |
no test coverage detected