|
@@ -55,7 +55,7 @@ public:
|
|
};
|
|
};
|
|
|
|
|
|
private:
|
|
private:
|
|
- real_t pixel_size = 0.01;
|
|
|
|
|
|
+ real_t pixel_size = 0.005;
|
|
bool flags[FLAG_MAX] = {};
|
|
bool flags[FLAG_MAX] = {};
|
|
AlphaCutMode alpha_cut = ALPHA_CUT_DISABLED;
|
|
AlphaCutMode alpha_cut = ALPHA_CUT_DISABLED;
|
|
float alpha_scissor_threshold = 0.5;
|
|
float alpha_scissor_threshold = 0.5;
|
|
@@ -109,7 +109,7 @@ private:
|
|
TextServer::AutowrapMode autowrap_mode = TextServer::AUTOWRAP_OFF;
|
|
TextServer::AutowrapMode autowrap_mode = TextServer::AUTOWRAP_OFF;
|
|
float width = 500.0;
|
|
float width = 500.0;
|
|
|
|
|
|
- int font_size = 16;
|
|
|
|
|
|
+ int font_size = 32;
|
|
Ref<Font> font_override;
|
|
Ref<Font> font_override;
|
|
mutable Ref<Font> theme_font;
|
|
mutable Ref<Font> theme_font;
|
|
Color modulate = Color(1, 1, 1, 1);
|
|
Color modulate = Color(1, 1, 1, 1);
|
|
@@ -117,7 +117,7 @@ private:
|
|
int outline_render_priority = -1;
|
|
int outline_render_priority = -1;
|
|
int render_priority = 0;
|
|
int render_priority = 0;
|
|
|
|
|
|
- int outline_size = 0;
|
|
|
|
|
|
+ int outline_size = 12;
|
|
Color outline_modulate = Color(0, 0, 0, 1);
|
|
Color outline_modulate = Color(0, 0, 0, 1);
|
|
|
|
|
|
float line_spacing = 0.f;
|
|
float line_spacing = 0.f;
|