@param x coordinate in px @return UTF-16 offset of glyph strictly left of coord
(float x)
| 142 | * @return UTF-16 offset of glyph strictly left of coord |
| 143 | */ |
| 144 | public int getLeftOffsetAtCoord(float x) { |
| 145 | try { |
| 146 | Stats.onNativeCall(); |
| 147 | return _nGetLeftOffsetAtCoord(_ptr, x); |
| 148 | } finally { |
| 149 | ReferenceUtil.reachabilityFence(this); |
| 150 | } |
| 151 | } |
| 152 | |
| 153 | /** |
| 154 | * @param offset UTF-16 character offset |