2
0
Fork 0
godot/modules/text_server_adv
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 +07:00
..
doc_classes Overhaul the top sections of the class reference (GUI classes) 2023-05-28 14:24:54 +07:00
gdextension_build Update HarfBuzz, ICU and FreeType 2023-05-23 03:26:16 +07:00
icu_data Style: Harmonize header includes in modules 2023-06-15 14:35:45 +07:00
.gitignore
SCsub Update HarfBuzz, ICU and FreeType 2023-05-23 03:26:16 +07:00
config.py
register_types.cpp Fix text server GDExtension build. 2023-02-26 18:38:22 +07:00
register_types.h
script_iterator.cpp
script_iterator.h
text_server_adv.cpp Style: Harmonize header includes in modules 2023-06-15 14:35:45 +07:00
text_server_adv.h Style: Harmonize header includes in modules 2023-06-15 14:35:45 +07:00
thorvg_bounds_iterator.cpp
thorvg_bounds_iterator.h
thorvg_svg_in_ot.cpp Fix SVG tag closing for OT font glyphs 2023-06-22 17:50:24 +07: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 +07:00