FIX:romove font style preview

Change-Id: I1e8f2ffd94db967f17fa561fd5c56a20f718631b
This commit is contained in:
liz.li 2022-12-08 11:22:22 +08:00 committed by Lane.Wei
parent 4ea3d16fcc
commit 1da9bfcc13
5 changed files with 76 additions and 75 deletions

View file

@ -14,7 +14,7 @@ namespace GUI {
class GLGizmoText : public GLGizmoBase
{
private:
//std::vector<std::string> m_avail_font_names;
std::vector<std::string> m_avail_font_names;
char m_text[1024] = { 0 };
std::string m_font_name;
float m_font_size = 16.f;