[Complex Text Layouts] Implement TextServer interface. Implement Fallback TextServer.

This commit is contained in:
bruvzg
2020-08-05 09:25:28 +03:00
parent a8c2cc9028
commit 493da99269
28 changed files with 5442 additions and 16 deletions

View File

@ -0,0 +1,11 @@
def can_build(env, platform):
return env.module_check_dependencies("text_server_fb", ["freetype"])
def configure(env):
pass
def is_enabled():
# The module is disabled by default. Use module_text_server_fb_enabled=yes to enable it.
return False