summaryrefslogtreecommitdiffstats
path: root/scene/resources/dynamic_font.h
diff options
context:
space:
mode:
authorvolzhs <volzhs@gmail.com>2018-01-16 22:22:59 +0900
committervolzhs <volzhs@gmail.com>2018-01-16 22:56:54 +0900
commitc5e3acc29c44e11e5416c66cad8f93b82c93e6b9 (patch)
treee40066395708f3c4d457c71a2575dbcf6472f252 /scene/resources/dynamic_font.h
parent05b1843818fd07f084816ec506ec505e24f8f02c (diff)
downloadredot-engine-c5e3acc29c44e11e5416c66cad8f93b82c93e6b9.tar.gz
Support colored font
Diffstat (limited to 'scene/resources/dynamic_font.h')
-rw-r--r--scene/resources/dynamic_font.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/scene/resources/dynamic_font.h b/scene/resources/dynamic_font.h
index a949892086..50fc70551c 100644
--- a/scene/resources/dynamic_font.h
+++ b/scene/resources/dynamic_font.h
@@ -104,6 +104,7 @@ class DynamicFontAtSize : public Reference {
float linegap;
float rect_margin;
float oversampling;
+ float scale_color_font;
uint32_t texture_flags;