mirror of
https://github.com/obsqrbtz/clrsync.git
synced 2026-04-09 12:37:41 +03:00
feat: font selector
This commit is contained in:
@@ -2,6 +2,7 @@
|
||||
#define CLRSYNC_GUI_SETTINGS_WINDOW_HPP
|
||||
|
||||
#include <string>
|
||||
#include <vector>
|
||||
|
||||
class settings_window
|
||||
{
|
||||
@@ -24,6 +25,9 @@ private:
|
||||
char m_font[128];
|
||||
int m_font_size;
|
||||
|
||||
std::vector<std::string> m_available_fonts;
|
||||
int m_selected_font_idx;
|
||||
|
||||
std::string m_error_message;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user