@param offset UTF-16 character offset @return glyph coordinate
(int offset)
| 155 | * @return glyph coordinate |
| 156 | */ |
| 157 | public float getCoordAtOffset(int offset) { |
| 158 | try { |
| 159 | Stats.onNativeCall(); |
| 160 | return _nGetCoordAtOffset(_ptr, offset); |
| 161 | } finally { |
| 162 | ReferenceUtil.reachabilityFence(this); |
| 163 | } |
| 164 | } |
| 165 | |
| 166 | /** |
| 167 | * <p>Returns the number of intervals that intersect bounds. |