|
FlowArithmeticCalculator 1.0.0
Flow Arithmetic Calculator
|
Namespace defining GUI constants. More...
Variables | |
| constexpr int | MENU_HEADLINE_FONT_SIZE_BASE = 17 |
| constexpr int | MENU_CAPTION_FONT_SIZE_BASE = 10 |
| constexpr int | CAPTION_FONT_SIZE_BASE = 7 |
| constexpr int | MENU_CHOICE_FONT_SIZE_BASE = 14 |
| constexpr int | FONT_ASPECT_BASE_WINDOW_WIDTH = 800 |
| The base window width that the current width is divided by to obtain a scaling factor for font size. | |
| constexpr int | FONT_ASPECT_BASE_WINDOW_HEIGHT = 600 |
| The base window height that the current height is divided by to obtain a scaling factor for font size. | |
Namespace defining GUI constants.
|
constexpr |
Definition at line 10 of file constants.h.
Referenced by gui::renderer::FontManager::recalculateFontSizes().
|
constexpr |
The base window height that the current height is divided by to obtain a scaling factor for font size.
Definition at line 22 of file constants.h.
Referenced by gui::renderer::SkiaRendererImpl::handleWindowResized().
|
constexpr |
The base window width that the current width is divided by to obtain a scaling factor for font size.
Definition at line 17 of file constants.h.
Referenced by gui::renderer::SkiaRendererImpl::handleWindowResized().
|
constexpr |
Definition at line 9 of file constants.h.
Referenced by gui::renderer::FontManager::recalculateFontSizes().
|
constexpr |
Definition at line 11 of file constants.h.
Referenced by gui::renderer::FontManager::recalculateFontSizes().
|
constexpr |
Definition at line 8 of file constants.h.
Referenced by gui::renderer::FontManager::recalculateFontSizes().