summaryrefslogtreecommitdiffstats
path: root/thirdparty/graphite/include/graphite2/Font.h
Commit message (Collapse)AuthorAgeFilesLines
* graphite: Update to latest Git, switch to MIT licenseRémi Verschelde2022-12-131-26/+2
| | | | | | | | | Graphite is now available under: MIT OR MPL-2.0 OR LGPL-2.1-or-later OR GPL-2.0-or-later We pick MIT which is the same as Godot's main license for simplicity. Remove define to skip deprecation warnings, upstream fixed those.
* [Complex Text Layouts] Add third-party TextServer dependencies (ICU, ↵bruvzg2020-11-261-0/+389
HarfBuzz, Graphite).