mirror of
https://repo.dec05eba.com/gpu-screen-recorder-ui
synced 2026-05-07 23:20:26 +09:00
Change text renderer to pango (supports all languages and loads font automatically), start on game detection
This commit is contained in:
@@ -27,8 +27,8 @@ namespace gsr {
|
||||
return color;
|
||||
}
|
||||
|
||||
CheckBox::CheckBox(mgl::Font *font, const char *text) :
|
||||
text(text, *font),
|
||||
CheckBox::CheckBox(const char *font_desc, const char *text) :
|
||||
text(text, font_desc),
|
||||
background_sprite(&get_theme().checkbox_background_texture),
|
||||
circle_sprite(&get_theme().checkbox_circle_texture)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user