This website requires JavaScript.
Explore
Help
Sign In
mirror
/
godot
Watch
2
Star
0
Fork
0
You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced
2025-01-18 20:40:57 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
56a8d3f30c
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 17:10:23 +08:00
def
can_build
(
env
,
platform
)
:
Make FreeType optional for export templates.
2021-02-18 21:45:28 +08:00
return
True
[Complex Text Layouts] Implement ICU / HarfBuzz based TextServer module.
2020-08-11 17:11:28 +08:00
[Complex Text Layouts] Add third-party TextServer dependencies (ICU, HarfBuzz, Graphite).
2020-08-11 17:10:23 +08:00
def
configure
(
env
)
:
pass
Reference in New Issue
Copy Permalink