@param x coordinate in px @return UTF-16 offset of glyph
(float x)
| 130 | * @return UTF-16 offset of glyph |
| 131 | */ |
| 132 | public int getOffsetAtCoord(float x) { |
| 133 | try { |
| 134 | Stats.onNativeCall(); |
| 135 | return _nGetOffsetAtCoord(_ptr, x); |
| 136 | } finally { |
| 137 | Reference.reachabilityFence(this); |
| 138 | } |
| 139 | } |
| 140 | |
| 141 | /** |
| 142 | * @param x coordinate in px |