Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/agateau/pixelwheels
/ getFontSet
Method
getFontSet
core/src/com/agateau/pixelwheels/Languages.java:79–81 ·
view source on GitHub ↗
(String languageId)
Source
from the content-addressed store, hash-verified
77
}
78
79
public
FontSet getFontSet(String languageId) {
80
return
getLanguage(languageId).fontSet;
81
}
82
83
public
Array<Language> getAll() {
84
return
mLanguages;
Callers
1
setLanguage
Method · 0.80
Calls
1
getLanguage
Method · 0.95
Tested by
no test coverage detected