|
FuncDoodle
|
Static utility functions for measuring ImGui text dimensions. More...
#include "UI/Gui.h"Go to the source code of this file.
Classes | |
| struct | FuncDoodle::TextMetrics |
| Basic rect struct used for text measurement. More... | |
| class | FuncDoodle::TextUtil |
| Opaque,static text measurement utility functions. More... | |
Namespaces | |
| namespace | FuncDoodle |
| The FuncDoodle C++ namespace. | |
Static utility functions for measuring ImGui text dimensions.
This header provides helper functions for calculating text metrics using ImGui fonts. It is primarily used for UI layout and alignment logic within FuncDoodle.
Functionality includes: