()
| 30 | } |
| 31 | |
| 32 | public float getAscent() { |
| 33 | Stats.onNativeCall(); |
| 34 | try { |
| 35 | return _nGetAscent(_ptr); |
| 36 | } finally { |
| 37 | ReferenceUtil.reachabilityFence(this); |
| 38 | } |
| 39 | } |
| 40 | |
| 41 | public float getCapHeight() { |
| 42 | Stats.onNativeCall(); |
no test coverage detected