Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/HumbleUI/Skija
/ measureTextWidth
Method
measureTextWidth
shared/java/Font.java:472–475 ·
view source on GitHub ↗
(String s)
Source
from the content-addressed store, hash-verified
470
}
471
472
public
float measureTextWidth(String s) {
473
Stats.onNativeCall();
474
return
measureTextWidth(s, null);
475
}
476
477
public
float measureTextWidth(String s, Paint p) {
478
try {
Callers
3
execute
Method · 0.80
drawByWords
Method · 0.80
drawTextLinesByWords
Method · 0.80
Calls
4
onNativeCall
Method · 0.95
_nMeasureTextWidth
Method · 0.95
getPtr
Method · 0.95
reachabilityFence
Method · 0.95
Tested by
1
execute
Method · 0.64