Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
408
Font CtrlrFontManager::getDefaultSmallFont()
409
{
410
return (defaultFont.withHeight(defaultFont.getHeight()*0.75f));
411
}
412
413
Font CtrlrFontManager::getDefaultNormalFont()
414
{
Callers
1
getDisplayString
Method · 0.80
Calls
2
withHeight
Method · 0.45
getHeight
Method · 0.45
Tested by
no test coverage detected