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

Method getDefaultLargeFont

Source/Core/CtrlrFontManager.cpp:403–406  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

401}
402
403Font CtrlrFontManager::getDefaultLargeFont()
404{
405 return (defaultFont.withHeight(defaultFont.getHeight()*1.25f));
406}
407
408Font CtrlrFontManager::getDefaultSmallFont()
409{

Callers

nothing calls this directly

Calls 2

withHeightMethod · 0.45
getHeightMethod · 0.45

Tested by

no test coverage detected