summaryrefslogtreecommitdiffstats
path: root/modules/text_server_fb/text_server_fb.h
Commit message (Expand)AuthorAgeFilesLines
* Fix copyright headers referring to GodotSpartan3222024-10-271-2/+2
* Rebrand preambles to RedotSpartan3222024-10-131-0/+2
* [TextServer, GDExtension] Fix building text servers as GDExtension, expose ne...bruvzg2024-06-121-5/+5
* Replace `find` with `contains/has` where applicableA Thousand Ships2024-05-081-20/+20
* [TextServer] Improve empty glyph handling to allow glyphs smaller than 2px an...bruvzg2024-04-071-2/+2
* [TextServer] Expose ICU title case string conversion to scripting.bruvzg2024-04-041-0/+1
* Merge pull request #89395 from bruvzg/rtl_ts_img_rangeRémi Verschelde2024-03-121-1/+4
|\
| * [RTL] Use "visible characters" property for inline object visibilitybruvzg2024-03-121-1/+4
* | [Font] Add option to disable embedded bitmaps loading.bruvzg2024-03-111-2/+8
|/
* [TextServer / Font] Do not duplicate images to prevent unnecessary embedding.bruvzg2024-02-051-2/+1
* [TextServer / Font] Add support for customizable baseline offset.bruvzg2024-01-281-1/+9
* Use GODOT_MODULE define in TextServer modulesAaron Franke2024-01-061-1/+1
* [Text Overrun] Add option to set custom ellipsis character, add support for s...bruvzg2023-12-041-0/+5
* [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