MCPcopy Create free account
hub / github.com/RomanKubiak/ctrlr / getDefaultSmallFont

Method getDefaultSmallFont

Source/Core/CtrlrFontManager.cpp:408–411  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

406}
407
408Font CtrlrFontManager::getDefaultSmallFont()
409{
410 return (defaultFont.withHeight(defaultFont.getHeight()*0.75f));
411}
412
413Font CtrlrFontManager::getDefaultNormalFont()
414{

Callers 1

getDisplayStringMethod · 0.80

Calls 2

withHeightMethod · 0.45
getHeightMethod · 0.45

Tested by

no test coverage detected