summaryrefslogtreecommitdiffstats
path: root/servers/text_server.cpp
Commit message (Expand)AuthorAgeFilesLines
* Improvements to Label's layout optionsHendrik Brucker2021-07-041-2/+19
* Rename `instance()`->`instantiate()` when it's a verbLightning_A2021-06-191-5/+5
* Make is_equal_approx have explicit float and double versionsAaron Franke2021-05-201-1/+1
* [Complex Text Layouts] Provide access to glyph contour points.bruvzg2021-03-311-0/+22
* Merge pull request #46045 from bruvzg/text_server_bmp_createRémi Verschelde2021-02-241-0/+5
|\
| * [Text Server] Restores bitmap font dynamic construction functions.bruvzg2021-02-151-0/+5
* | doc: Sync classref with current sourceRémi Verschelde2021-02-191-1/+1
* | [TextServer] Restore character and space extra spacing support.bruvzg2021-02-151-0/+6
|/
* Update copyright statements to 2021Rémi Verschelde2021-01-011-2/+2
* Rename empty() to is_empty()Marcel Admiraal2020-12-281-1/+1
* Improve fill aligned text hit testing.bruvzg2020-12-211-20/+25
* Always include space characters (including tabs and other space-like chars) i...bruvzg2020-12-211-1/+5
* Add word breaks on punctuation characters.bruvzg2020-12-141-3/+4
* [Complex Text Layouts] Add variable fonts support.bruvzg2020-12-131-0/+5
* [Complex Text Layouts] Performance optimizations.bruvzg2020-12-071-53/+91
* [Complex Text Layouts] Implement TextServer interface. Implement Fallback Tex...bruvzg2020-11-261-0/+1246