Create wxFont from font property

This commit is contained in:
Filip Sykala 2021-10-29 11:53:23 +02:00
parent d2dda18753
commit 6a102cba99
7 changed files with 243 additions and 161 deletions

View file

@ -73,7 +73,10 @@ private:
// Create notification when unknown font type is used
bool notify_unknown_font_type(ModelVolume *volume);
void notify_cant_load_font(const FontItem &font_item);
bool m_exist_notification;
void create_notification_not_valid_font(const TextConfiguration& tc);
void remove_notification_not_valid_font();
std::string create_volume_name();