diff options
author | volzhs <volzhs@gmail.com> | 2018-01-16 22:22:59 +0900 |
---|---|---|
committer | volzhs <volzhs@gmail.com> | 2018-01-16 22:56:54 +0900 |
commit | c5e3acc29c44e11e5416c66cad8f93b82c93e6b9 (patch) | |
tree | e40066395708f3c4d457c71a2575dbcf6472f252 /scene/resources/dynamic_font.h | |
parent | 05b1843818fd07f084816ec506ec505e24f8f02c (diff) | |
download | redot-engine-c5e3acc29c44e11e5416c66cad8f93b82c93e6b9.tar.gz |
Support colored font
Diffstat (limited to 'scene/resources/dynamic_font.h')
-rw-r--r-- | scene/resources/dynamic_font.h | 1 |
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; |