@return number of glyphs represented by text
(String s)
| 440 | * @return number of glyphs represented by text |
| 441 | */ |
| 442 | public int getStringGlyphsCount(String s) { |
| 443 | try { |
| 444 | Stats.onNativeCall(); |
| 445 | return _nGetStringGlyphsCount(_ptr, s); |
| 446 | } finally { |
| 447 | ReferenceUtil.reachabilityFence(this); |
| 448 | } |
| 449 | } |
| 450 | |
| 451 | /** |
| 452 | * @return the bounding box of text |