mirror of
https://repo.dec05eba.com/gpu-screen-recorder-ui
synced 2026-05-04 22:10:44 +09:00
Change text renderer to pango (supports all languages and loads font automatically), start on game detection
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user