godot/modules/text_server_fb
3dnikita 1247c9e64f Fix SVG tag closing for OT font glyphs
Prevent ThorVG "Failed to create SVG canvas" errors
by self-closing empty SVG tags in OpenType fonts,
so the glyphs are renderred correctly in Controls.

Fixes #78374
2023-06-22 17:50:24 +03:00
..
doc_classes Overhaul the top sections of the class reference (GUI classes) 2023-05-28 14:24:54 +02:00
gdextension_build Implement SVG in OT support. 2022-11-04 14:10:54 +02:00
.gitignore Unify TextServer built-in module and GDExtension code. 2022-03-17 08:15:29 +02:00
config.py
register_types.cpp Fix text server GDExtension build. 2023-02-26 18:38:22 +02:00
register_types.h One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
SCsub Enable shadow warnings and fix raised errors 2023-05-11 16:00:59 +02:00
text_server_fb.cpp Style: Harmonize header includes in modules 2023-06-15 14:35:45 +02:00
text_server_fb.h Style: Harmonize header includes in modules 2023-06-15 14:35:45 +02:00
thorvg_bounds_iterator.cpp One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
thorvg_bounds_iterator.h One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
thorvg_svg_in_ot.cpp Fix SVG tag closing for OT font glyphs 2023-06-22 17:50:24 +03:00
thorvg_svg_in_ot.h [SVG Font] Keep a copy of UTF-8 XML source string during the whole SVG processing. 2023-04-05 09:25:20 +03:00