|
FlowArithmeticCalculator 1.0.0
Flow Arithmetic Calculator
|
Go to the source code of this file.
Namespaces | |
| namespace | gui |
| The actual GUI / renderer implementation counterpart. | |
| namespace | gui::constants |
| Namespace defining GUI constants. | |
Variables | |
| constexpr int | gui::constants::MENU_HEADLINE_FONT_SIZE_BASE = 17 |
| constexpr int | gui::constants::MENU_CAPTION_FONT_SIZE_BASE = 10 |
| constexpr int | gui::constants::CAPTION_FONT_SIZE_BASE = 7 |
| constexpr int | gui::constants::MENU_CHOICE_FONT_SIZE_BASE = 14 |
| constexpr int | gui::constants::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 | gui::constants::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. | |