Merge pull request #113965 from akien-mga/msdfgen-1.13
msdfgen: Update to 1.13
This commit is contained in:
commit
4d0ddafa21
43 changed files with 807 additions and 1041 deletions
|
|
@ -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",
|
||||
|
|
|
|||
|
|
@ -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",
|
||||
|
|
|
|||
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue