Support colored font

This commit is contained in:
volzhs
2018-01-16 22:22:59 +09:00
parent 05b1843818
commit c5e3acc29c
3 changed files with 59 additions and 22 deletions

View File

@@ -87,6 +87,6 @@ if env['builtin_freetype']:
# Godot source files
env.add_source_files(env.modules_sources, "*.cpp")
env.Append(CCFLAGS=['-DFREETYPE_ENABLED'])
env.Append(CCFLAGS=['-DFREETYPE_ENABLED', '-DFT_CONFIG_OPTION_USE_PNG'])
Export('env')