()
| 116 | } |
| 117 | |
| 118 | public ParagraphCache getParagraphCache() { |
| 119 | try { |
| 120 | Stats.onNativeCall(); |
| 121 | return new ParagraphCache(this, _nGetParagraphCache(_ptr)); |
| 122 | } finally { |
| 123 | Reference.reachabilityFence(this); |
| 124 | } |
| 125 | } |
| 126 | |
| 127 | @ApiStatus.Internal |
| 128 | public FontCollection(long ptr) { |
no test coverage detected