1
0
mirror of https://github.com/godotengine/godot.git synced 2025-12-30 18:30:54 +00:00

msdfgen: Update to 1.13

Remove unused `export-svg` and `save-*` files.
This commit is contained in:
Rémi Verschelde
2025-12-12 22:39:53 +01:00
parent 08e6cd181f
commit 76dda1f2c8
43 changed files with 807 additions and 1041 deletions

View File

@@ -23,6 +23,7 @@ if env["builtin_msdfgen"]:
"core/Scanline.cpp",
"core/Shape.cpp",
"core/contour-combiners.cpp",
"core/convergent-curve-ordering.cpp",
"core/edge-coloring.cpp",
"core/edge-segments.cpp",
"core/edge-selectors.cpp",

View File

@@ -130,6 +130,7 @@ if env["msdfgen_enabled"] and env["freetype_enabled"]:
"core/Scanline.cpp",
"core/Shape.cpp",
"core/contour-combiners.cpp",
"core/convergent-curve-ordering.cpp",
"core/edge-coloring.cpp",
"core/edge-segments.cpp",
"core/edge-selectors.cpp",

View File

@@ -125,6 +125,7 @@ if env["msdfgen_enabled"] and env["freetype_enabled"]:
"core/Scanline.cpp",
"core/Shape.cpp",
"core/contour-combiners.cpp",
"core/convergent-curve-ordering.cpp",
"core/edge-coloring.cpp",
"core/edge-segments.cpp",
"core/edge-selectors.cpp",