GuiManagerWrapper
Last edited bySimple_AOB10/16/2025
CONSTRUCTORS(GuiManagerWrapper)
| Parameter | Type | Description |
|---|---|---|
| GuiManagerWrapper | --- |
void * GetImGuiStyle()
std::tuple< int, ImFont * > LoadFont(std::string name, std::string path, int size, const ImFontConfig *=nullptr, const ImWchar *=nullptr)
| Parameter | Type | Description |
|---|---|---|
| name | std::string | --- |
| path | std::string | --- |
| size | int | --- |
| const ImFontConfig * | --- | |
| const ImWchar * | --- |
ImFont * GetFont(std::string name)
| Parameter | Type | Description |
|---|---|---|
| name | std::string | --- |