Qt: Fix crash on language change with system active
This commit is contained in:
@ -13,10 +13,7 @@ enum class GenericInputBinding : u8;
|
||||
|
||||
namespace ImGuiManager {
|
||||
/// Sets the path to the font to use. Empty string means to use the default.
|
||||
void SetFontPath(std::string path);
|
||||
|
||||
/// Sets the glyph range to use when loading fonts.
|
||||
void SetFontRange(const u16* range);
|
||||
void SetFontPathAndRange(std::string path, std::vector<u16> range);
|
||||
|
||||
/// Changes the global scale.
|
||||
void SetGlobalScale(float global_scale);
|
||||
|
||||
Reference in New Issue
Block a user