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:
Juan Linietsky
2016-06-16 20:04:33 -03:00
parent c4c6797fc1
commit 816b3fa94d
4 changed files with 52 additions and 33 deletions

View File

@@ -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