()
| 127 | } |
| 128 | |
| 129 | public ParagraphCache getParagraphCache() { |
| 130 | try { |
| 131 | Stats.onNativeCall(); |
| 132 | return new ParagraphCache(this, _nGetParagraphCache(_ptr)); |
| 133 | } finally { |
| 134 | ReferenceUtil.reachabilityFence(this); |
| 135 | } |
| 136 | } |
| 137 | |
| 138 | @ApiStatus.Internal |
| 139 | public FontCollection(long ptr) { |
no test coverage detected