Merge branch 'main' into dev/gizmo

This commit is contained in:
SoftFever 2023-11-19 15:47:47 +08:00 committed by GitHub
commit df48b05f73
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
8 changed files with 344 additions and 242 deletions

View file

@ -176,6 +176,7 @@ public:
bool is_localized);
void bold_text(const std::string &str);
void title(const std::string& str);
void title(const std::string &str, bool suppress_seperator);
// set font
const std::vector<std::string> get_fonts_names() const { return m_fonts_names; }