@return the family name for this typeface. The language of the name is whatever the host platform chooses
()
| 305 | * @return the family name for this typeface. The language of the name is whatever the host platform chooses |
| 306 | */ |
| 307 | public String getFamilyName() { |
| 308 | try { |
| 309 | Stats.onNativeCall(); |
| 310 | return _nGetFamilyName(_ptr); |
| 311 | } finally { |
| 312 | ReferenceUtil.reachabilityFence(this); |
| 313 | } |
| 314 | } |
| 315 | |
| 316 | /** |
| 317 | * Return a rectangle (scaled to 1-pt) that represents the union of the bounds of all |