()
| 57 | } |
| 58 | |
| 59 | public float getDescent() { |
| 60 | Stats.onNativeCall(); |
| 61 | try { |
| 62 | return _nGetDescent(_ptr); |
| 63 | } finally { |
| 64 | ReferenceUtil.reachabilityFence(this); |
| 65 | } |
| 66 | } |
| 67 | |
| 68 | public float getLeading() { |
| 69 | Stats.onNativeCall(); |
no test coverage detected