This website requires JavaScript.
Explore
Help
Sign In
seedlingattempt
/
godot
Watch
1
Star
0
Fork
0
You've already forked godot
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
06c1b40b84645b4460dd49d95694a7779d636f92
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 12:10:23 +03:00
def
can_build
(
env
,
platform
)
:
Make FreeType optional for export templates.
2021-02-18 15:45:28 +02:00
return
True
[Complex Text Layouts] Implement ICU / HarfBuzz based TextServer module.
2020-08-11 12:11:28 +03:00
[Complex Text Layouts] Add third-party TextServer dependencies (ICU, HarfBuzz, Graphite).
2020-08-11 12:10:23 +03:00
def
configure
(
env
)
:
pass
Reference in New Issue
Copy Permalink