summaryrefslogtreecommitdiffstats
path: root/modules/text_server_adv
Commit message (Expand)AuthorAgeFilesLines
* Add word breaks on punctuation characters.bruvzg2020-12-141-3/+12
* [Complex Text Layouts] Add variable fonts support.bruvzg2020-12-135-2/+113
* Static analyzer fixes:bruvzg2020-12-093-9/+0
* Merge pull request #43981 from bruvzg/ctl_font_spacingRémi Verschelde2020-12-074-83/+120
|\
| * [Complex Text Layouts] Performance optimizations.bruvzg2020-12-072-48/+74
| * [Complex Text Layouts] Fix bitmap font memory leak.bruvzg2020-12-063-4/+15
| * [Complex Text Layouts] Align glyph offsets and advances to the pixel grid.bruvzg2020-12-061-41/+41
| * [Complex Text Layouts] Adds missing Font::SPACING_* to the Label, LineEdit, T...bruvzg2020-12-061-2/+2
* | Load dynamic fonts to memory on all platforms, to avoid locked files.bruvzg2020-12-072-56/+9
|/
* [Complex Text Layouts] Implement GDNative interface for TextServer.bruvzg2020-11-263-12/+9
* [Complex Text Layouts] Implement ICU / HarfBuzz based TextServer module.bruvzg2020-11-2613-7/+5039
* [Complex Text Layouts] Add third-party TextServer dependencies (ICU, HarfBuzz...bruvzg2020-11-263-0/+487