summaryrefslogtreecommitdiffstats
path: root/modules/text_server_adv/thorvg_svg_in_ot.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix copyright headers referring to GodotSpartan3222024-10-271-2/+2
* Rebrand preambles to RedotDubhghlas McLaughlin2024-10-111-0/+2
* Use GODOT_MODULE define in TextServer modulesAaron Franke2024-01-061-1/+1
* [TS] Fix SVG emoji placement.bruvzg2023-08-291-2/+2
* Merge pull request #80095 from capnm/update_thorvg_0.10.0Rémi Verschelde2023-08-171-1/+1
|\
| * Update ThorVG to v0.10.0Martin Capitanio2023-08-091-1/+1
* | Use `String::resize()` and `CharString` in text_server_adv againDavid Snopek2023-08-141-15/+0
|/
* Merge pull request #77532 from dsnopek/text_server_adv_gdextensionRémi Verschelde2023-06-231-0/+15
|\
| * Fix text_server_adv compiling as a GDExtensionDavid Snopek2023-06-201-0/+15
* | Fix SVG tag closing for OT font glyphs3dnikita2023-06-221-1/+6
|/
* Style: Harmonize header includes in modulesRémi Verschelde2023-06-151-1/+2
* Fix SVG font rendering after ThorVG update.bruvzg2023-06-071-1/+1
* [SVG Font] Keep a copy of UTF-8 XML source string during the whole SVG proces...bruvzg2023-04-051-5/+7
* [TextServer] Make sure Freetype is enabled for ot-svgNinni Pipping2023-03-071-1/+3
* [GDExtension] Expose some low level functions and String operators.bruvzg2023-01-191-33/+0
* One Copyright Update to rule them allRémi Verschelde2023-01-051-29/+29
* Implement SVG in OT support.bruvzg2022-11-041-0/+320