@return the typeface’s intrinsic style attributes
()
| 12 | * @return the typeface’s intrinsic style attributes |
| 13 | */ |
| 14 | public FontStyle getFontStyle() { |
| 15 | try { |
| 16 | Stats.onNativeCall(); |
| 17 | return new FontStyle(_nGetFontStyle(_ptr)); |
| 18 | } finally { |
| 19 | ReferenceUtil.reachabilityFence(this); |
| 20 | } |
| 21 | } |
| 22 | |
| 23 | /** |
| 24 | * @return true if {@link #getFontStyle()} has the bold bit set |