summaryrefslogtreecommitdiffstats
path: root/modules/text_server_fb/text_server_fb.cpp
Commit message (Expand)AuthorAgeFilesLines
* [CTL] Improve font fallback order selection.bruvzg2021-06-101-7/+7
* [Complex Text Layouts] Provide access to glyph contour points.bruvzg2021-03-311-0/+7
* Fixes small typos and grammar correctionAnshul7sp12021-03-121-1/+1
* Merge pull request #46045 from bruvzg/text_server_bmp_createRémi Verschelde2021-02-241-0/+33
|\
| * [Text Server] Restores bitmap font dynamic construction functions.bruvzg2021-02-151-0/+33
* | Make FreeType optional for export templates.bruvzg2021-02-191-6/+10
* | [TextServer] Restore character and space extra spacing support.bruvzg2021-02-151-0/+33
|/
* Update copyright statements to 2021Rémi Verschelde2021-01-011-2/+2
* Fix missed renamings from empty() to is_empty()Rémi Verschelde2020-12-291-2/+2
* Add word breaks on punctuation characters.bruvzg2020-12-141-0/+7
* [Complex Text Layouts] Performance optimizations.bruvzg2020-12-071-14/+28
* [Complex Text Layouts] Align glyph offsets and advances to the pixel grid.bruvzg2020-12-061-33/+33
* [Complex Text Layouts] Implement TextServer interface. Implement Fallback Tex...bruvzg2020-11-261-0/+1362