summaryrefslogtreecommitdiffstats
path: root/modules/text_server_adv/text_server_adv.h
Commit message (Expand)AuthorAgeFilesLines
* Use BitField hint for the TextServer enums. Add missing parts for BitField su...bruvzg2022-07-151-5/+5
* Refactor Font configuration and import UI, and Font resources.bruvzg2022-07-061-27/+34
* Merge pull request #61934 from Geometror/hashfuncsRémi Verschelde2022-06-151-1/+1
|\
| * Hash function improvementsHendrik Brucker2022-06-151-1/+1
* | [TextServer] Adds support for TrueType / OpenType collection files (*.TTC, *....bruvzg2022-06-071-0/+6
|/
* [GDExtension] Expose Variant, NodePath and StringName hash functions.bruvzg2022-06-061-1/+1
* Add a new HashSet templatereduz2022-05-201-2/+2
* Replace most uses of Map by HashMapreduz2022-05-161-3/+2
* Use new HashMap implementation in the TextServer, and Font.bruvzg2022-05-121-8/+8
* Implement text-to-speech support on Android, iOS, HTML5, Linux, macOS and Win...bruvzg2022-04-281-0/+4
* Implement Label3D node.bruvzg2022-04-221-0/+7
* Delay font texture update, until `draw` is called. Rasterize glyphs during sh...bruvzg2022-04-051-0/+1
* Unify TextServer built-in module and GDExtension code.bruvzg2022-03-171-177/+291
* Improve simulated bold fonts advance.bruvzg2022-03-131-0/+2
* Add options to embolden and transform font outlines to simulate bold and ital...bruvzg2022-03-111-1/+9
* 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