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