BakkesMod Programming Wiki
Toggle Dark/Light/Auto mode Toggle Dark/Light/Auto mode Toggle Dark/Light/Auto mode Back to homepage

GuiManagerWrapper : ObjectWrapper

View Implementation

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