mirror of
https://github.com/godotengine/godot
synced 2024-11-02 08:18:44 +00:00
4c3f7d1290
Adds multi-channel SDF font texture generation and rendering support. Adds per-font oversampling support. Adds FontData import plugins (for dynamic fonts, BMFonts and monospaced image fonts), font texture cache pre-generation and loading. Adds BMFont binary format and outline support.
6 lines
127 B
Python
6 lines
127 B
Python
def can_build(env, platform):
|
|
return env.module_check_dependencies("msdfgen", ["freetype"])
|
|
|
|
|
|
def configure(env):
|
|
pass
|