summaryrefslogtreecommitdiffstats
path: root/modules/text_server_fb/text_server_fb.h
Commit message (Expand)AuthorAgeFilesLines
* [Bitmap fonts] Add support for scaling.bruvzg2023-10-131-0/+4
* [TextServer] Store font extra spacing variations without making a full copy o...bruvzg2023-09-281-0/+16
* [Text Server] Store extra spacing of individual font variations.bruvzg2023-08-241-1/+14
* [TextServer] Fix system font fallback and caret/selection behavior for compos...bruvzg2023-08-151-0/+2
* Extract and reorganize texture resource classesHendrik Brucker2023-07-141-1/+1
* Style: Harmonize header includes in modulesRémi Verschelde2023-06-151-2/+1
* Merge pull request #74149 from bruvzg/get_charYuri Sizov2023-03-161-0/+1
|\
| * [Font] Implement `get_char_from_glyph_index` function.bruvzg2023-03-011-0/+1
* | Merge pull request #73987 from bruvzg/ft_lockRémi Verschelde2023-03-031-0/+2
|\ \ | |/ |/|
| * [TextServer] Add mutex for FreeType face creation/deletion operations.bruvzg2023-02-261-0/+2
* | Fix text server GDExtension build.bruvzg2023-02-261-4/+4
|/
* [GDExtension] Expose some low level functions and String operators.bruvzg2023-01-191-2/+2
* One Copyright Update to rule them allRémi Verschelde2023-01-051-29/+29
* Fix String::word_wrap() for long wordsHaoyu Qiu2022-12-161-1/+1
* [RTL/TextServer] Add baseline inline alignment mode for objects and RTL tables.bruvzg2022-12-151-2/+3
* Use system fonts as fallback and improve system font handling.bruvzg2022-12-041-0/+141
* Implement SVG in OT support.bruvzg2022-11-041-1/+2
* Improve font glyph cache packing shelf best height fit heuristic.bruvzg2022-10-181-10/+76
* [GDExtension] Use function names with underscore for TextServer extension, ad...bruvzg2022-09-281-168/+168
* [GDExtension] Implement support for typed arrays.bruvzg2022-09-221-0/+1
* Change Array arguments to TypedArraykobewi2022-09-011-2/+2
* Merge pull request #64422 from bruvzg/make_fonts_unbearably_ugly_2.0Rémi Verschelde2022-08-261-4/+4
|\
| * Add font LCD sub-pixel anti-aliasing support.bruvzg2022-08-231-4/+4
* | Replace Array return types with TypedArraykobewi2022-08-221-3/+3
|/
* [TextServer] Add a build warning when building with external FreeType without...bruvzg2022-08-011-0/+4
* Remove ThreadWorkPool, replace by WorkerThreadPoolJuan Linietsky2022-07-251-4/+1
* Code quality: Fix header guards consistencyRémi Verschelde2022-07-251-3/+3
* 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-21/+19
* 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
* 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/+2
* Implement Label3D node.bruvzg2022-04-221-0/+6
* Delay font texture update, until `draw` is called. Rasterize glyphs during sh...bruvzg2022-04-051-2/+7
* Unify TextServer built-in module and GDExtension code.bruvzg2022-03-171-167/+262
* 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-4/+29
* [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/+4
* Update copyright statements to 2022Rémi Verschelde2022-01-031-2/+2
* 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