replace kFont with std::string
This commit is contained in:
@@ -18,8 +18,8 @@ public:
|
||||
std::string m_text;
|
||||
std::string m_font = "arial";
|
||||
glm::vec4 m_color{ 1, 1, 1, 1 };
|
||||
int m_font_size = 11;
|
||||
kFont font_id;
|
||||
int m_font_size = 17;
|
||||
std::string font_id;
|
||||
|
||||
bool m_multiline = false;
|
||||
bool m_cursor_visible = false;
|
||||
|
||||
Reference in New Issue
Block a user