MCPcopy Create free account
hub / github.com/HumbleUI/Skija / getFamilyName

Method getFamilyName

shared/java/Typeface.java:307–314  ·  view source on GitHub ↗

@return the family name for this typeface. The language of the name is whatever the host platform chooses

()

Source from the content-addressed store, hash-verified

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

Callers 2

executeMethod · 0.95
drawMethod · 0.95

Calls 3

onNativeCallMethod · 0.95
_nGetFamilyNameMethod · 0.95
reachabilityFenceMethod · 0.95

Tested by 1

executeMethod · 0.76