[Complex Text Layouts] Implement ICU / HarfBuzz based TextServer module.

This commit is contained in:
bruvzg
2020-08-11 12:11:28 +03:00
parent b9f441e81e
commit 200828276e
13 changed files with 5039 additions and 7 deletions

View File

@@ -1,5 +1,6 @@
def can_build(env, platform):
return True
return env.module_check_dependencies("text_server_adv", ["freetype"])
def configure(env):
pass