Change text renderer to pango (supports all languages and loads font automatically), start on game detection

This commit is contained in:
dec05eba
2026-04-18 00:37:16 +02:00
parent 72c8c79896
commit 010787854e
39 changed files with 636 additions and 886 deletions

View File

@@ -11,7 +11,7 @@
namespace gsr {
class CheckBox : public Widget {
public:
CheckBox(mgl::Font *font, const char *text);
CheckBox(const char *font_desc, const char *text);
CheckBox(const CheckBox&) = delete;
CheckBox& operator=(const CheckBox&) = delete;