mirror of
https://github.com/ciphervance/supercell-wx.git
synced 2025-10-30 22:40:05 +00:00
Finish dynamic load GetImGuiFont function
This commit is contained in:
parent
aead8e7264
commit
e4ab1e8c19
4 changed files with 59 additions and 35 deletions
|
|
@ -26,7 +26,8 @@ public:
|
|||
std::shared_ptr<types::ImGuiFont>
|
||||
GetImGuiFont(const std::string& family,
|
||||
const std::vector<std::string>& styles,
|
||||
units::font_size::points<double> size);
|
||||
units::font_size::points<double> size,
|
||||
bool loadIfNotFound = false);
|
||||
|
||||
void LoadApplicationFont(const std::string& filename);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue