Merge pull request #113965 from akien-mga/msdfgen-1.13

msdfgen: Update to 1.13
This commit is contained in:
Thaddeus Crews 2025-12-15 08:01:02 -06:00
commit 4d0ddafa21
No known key found for this signature in database
GPG key ID: 8C6E5FEB5FC03CCC
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",