It is now possible to set a default custom theme, whether you want a hidpi default theme, or just use a custom font for the default theme
This commit is contained in:
@@ -18,7 +18,7 @@
|
||||
*/
|
||||
|
||||
void fill_default_theme(Ref<Theme>& theme,const Ref<Font> & default_font,const Ref<Font> & large_font,Ref<Texture>& default_icon, Ref<StyleBox>& default_style,bool p_hidpi);
|
||||
void make_default_theme();
|
||||
void make_default_theme(bool p_hidpi, Ref<Font> p_font);
|
||||
void clear_default_theme();
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user