Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/JetBrains/skija
/ getGlyphs
Method
getGlyphs
shared/java/TextLine.java:107–114 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
105
}
106
107
public
short[] getGlyphs() {
108
Stats.onNativeCall();
109
try {
110
return
_nGetGlyphs(_ptr);
111
} finally {
112
Reference.reachabilityFence(this);
113
}
114
}
115
116
/**
117
* @
return
[x0, y0, x1, y1, ...]
Callers
6
testAbc
Method · 0.45
testLigatures
Method · 0.45
testCombining
Method · 0.45
testEmoji
Method · 0.45
drawLine
Method · 0.45
draw
Method · 0.45
Calls
2
onNativeCall
Method · 0.95
_nGetGlyphs
Method · 0.95
Tested by
4
testAbc
Method · 0.36
testLigatures
Method · 0.36
testCombining
Method · 0.36
testEmoji
Method · 0.36