mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-13 17:58:03 -06:00
FIX:romove font style preview
Change-Id: I1e8f2ffd94db967f17fa561fd5c56a20f718631b
This commit is contained in:
parent
4ea3d16fcc
commit
1da9bfcc13
5 changed files with 76 additions and 75 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue