summaryrefslogtreecommitdiffstats
path: root/modules/text_server_adv/text_server_adv.h
Commit message (Expand)AuthorAgeFilesLines
...
* Add sub-pixel glyph positioning support.bruvzg2022-02-121-0/+4
* [TextServer] Add function to change font, font size, and OpenType features wi...bruvzg2022-02-021-2/+27
* [TextServer] Implement locale and context sensitive case conversion functions.bruvzg2022-01-171-0/+3
* [TextServer] Improvements for line breaking, "Fill" alignment, overrun, and i...bruvzg2022-01-131-0/+1
* [TextServer] Improve ligature cursor handling.bruvzg2022-01-091-0/+5
* Update copyright statements to 2022Rémi Verschelde2022-01-031-2/+2
* [Text Server] Fix re-shaping of substrings, improve oversampling scale.bruvzg2021-12-151-0/+1
* align to horizontal_alignment, valign to vertical_alignment, relatedNathan Franke2021-12-091-2/+2
* Modules: Make sure to include modules_enabled.gen.h where neededRémi Verschelde2021-11-121-1/+1
* Merge pull request #46721 from bruvzg/custom_word_break_punctRémi Verschelde2021-11-091-0/+3
|\
| * [Text Server] Add support for user defined punctuation list, used for word br...bruvzg2021-10-011-0/+3
* | Add functions for getting name and font style from dynamic and bitmap fonts.bruvzg2021-10-311-0/+13
* | Implement TextServer `strip_diacritics` function.bruvzg2021-10-281-0/+3
* | Move static feature set and number system `StringName`s to the singleton.bruvzg2021-10-121-14/+27
|/
* Implement TextServer GDExtension interface, remove TextServer GDNative interf...bruvzg2021-10-011-47/+47
* Bitmap Font: Remove deprecated vertical kerning callback.bruvzg2021-09-221-1/+0
* Makes FontData importable resource.bruvzg2021-08-271-64/+296
* Merge pull request #51178 from Geometror/layout-options-textline-textparagraphRémi Verschelde2021-08-111-1/+2
|\
| * Various text layout improvements (TextLine, TextParagraph, Label, TextServer)Hendrik Brucker2021-08-111-1/+2
* | [Text Server] Improve object (image/table) inline alignment.bruvzg2021-08-081-2/+2
|/
* Improvements to Label's layout optionsHendrik Brucker2021-07-041-0/+2
* [Complex Text Layouts] Provide access to glyph contour points.bruvzg2021-03-311-0/+2
* 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
* | [TextServer] Restore character and space extra spacing support.bruvzg2021-02-151-0/+6
|/
* Update copyright statements to 2021Rémi Verschelde2021-01-011-2/+2
* [Complex Text Layouts] Add variable fonts support.bruvzg2020-12-131-0/+4
* [Complex Text Layouts] Implement ICU / HarfBuzz based TextServer module.bruvzg2020-11-261-0/+244