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