| 401 | } |
| 402 | |
| 403 | Font CtrlrFontManager::getDefaultLargeFont() |
| 404 | { |
| 405 | return (defaultFont.withHeight(defaultFont.getHeight()*1.25f)); |
| 406 | } |
| 407 | |
| 408 | Font CtrlrFontManager::getDefaultSmallFont() |
| 409 | { |
nothing calls this directly
no test coverage detected