MCPcopy Create free account
hub / github.com/Cpasjuste/pplay / getFontSize

Method getFontSize

src/main.cpp:296–298  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

294}
295
296unsigned int Main::getFontSize(FontSize fontSize) {
297 return (unsigned int) ((float) fontSize * scaling.y);
298}
299
300StatusBar *Main::getStatusBar() {
301 return statusBar;

Callers 7

StatusBarMethod · 0.80
StatusBoxMethod · 0.80
PlayerOSDMethod · 0.80
FilerItemMethod · 0.80
ScrapViewMethod · 0.80
MenuButtonMethod · 0.80
MenuMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected