ENH:adjust assembly view toolbar UI (STUDIO-1213)

https://jira.bambooolab.com/browse/STUDIO-1213

Change-Id: I3b17b37a229348d347f56d0672f2c258fbeb91e1
This commit is contained in:
liz.li 2023-02-24 12:19:18 +08:00 committed by Lane.Wei
parent ffc4e7080c
commit 9b47255bc1
5 changed files with 98 additions and 38 deletions

View file

@ -160,6 +160,8 @@ public:
// set font
const std::vector<std::string> get_fonts_names() const { return m_fonts_names; }
bool push_bold_font();
bool pop_bold_font();
bool push_font_by_name(std::string font_name);
bool pop_font_by_name(std::string font_name);
void load_fonts_texture();