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

Method measureText

shared/java/Font.java:454–456  ·  view source on GitHub ↗

@return the bounding box of text

(String s)

Source from the content-addressed store, hash-verified

452 * @return the bounding box of text
453 */
454 public Rect measureText(String s) {
455 return measureText(s, null);
456 }
457
458 /**
459 * @param p stroke width or PathEffect may modify the advance with

Callers 13

executeMethod · 0.80
drawInterMethod · 0.80
onGetBoundsMethod · 0.80
drawTabbarMethod · 0.80
drawToolbarMethod · 0.80
drawTextLeftMethod · 0.80
drawTextCenterMethod · 0.80
drawTextRightMethod · 0.80
drawStringCenteredMethod · 0.80

Calls 4

onNativeCallMethod · 0.95
_nMeasureTextMethod · 0.95
getPtrMethod · 0.95
reachabilityFenceMethod · 0.95

Tested by 1

executeMethod · 0.64