Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dumbledore/AlbiteREADER
/ charWidth
Method
charWidth
src/org/albite/font/AlbiteFont.java:37–37 ·
view source on GitHub ↗
(char c)
Source
from the content-addressed store, hash-verified
35
}
36
37
public
abstract
int
charWidth(char c);
38
39
public
final
int
charsWidth(
final
char[] c) {
40
return
charsWidth(c, 0, c.length);
Callers
4
TextPage
Method · 0.95
charsWidth
Method · 0.95
Booklet
Method · 0.45
draw
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected