This website requires JavaScript.
Explore
Help
Sign In
godotengine
/
godot
Watch
1
Star
0
Fork
You've already forked godot
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
13c999d9d7
godot
/
modules
/
text_server_adv
/
config.py
7 lines
77 B
Python
Raw
Normal View
History
Unescape
Escape
[Complex Text Layouts] Add third-party TextServer dependencies (ICU, HarfBuzz, Graphite).
2020-08-11 09:10:23 +00:00
def
can_build
(
env
,
platform
)
:
Make FreeType optional for export templates.
2021-02-18 13:45:28 +00:00
return
True
[Complex Text Layouts] Implement ICU / HarfBuzz based TextServer module.
2020-08-11 09:11:28 +00:00
[Complex Text Layouts] Add third-party TextServer dependencies (ICU, HarfBuzz, Graphite).
2020-08-11 09:10:23 +00:00
def
configure
(
env
)
:
pass