|
@@ -28,6 +28,8 @@ sourceList = [
|
|
'core/bezier-solver.hpp',
|
|
'core/bezier-solver.hpp',
|
|
'core/edge-segments.h',
|
|
'core/edge-segments.h',
|
|
'core/edge-segments.cpp',
|
|
'core/edge-segments.cpp',
|
|
|
|
+ 'core/convergent-curve-ordering.h',
|
|
|
|
+ 'core/convergent-curve-ordering.cpp',
|
|
'core/EdgeHolder.h',
|
|
'core/EdgeHolder.h',
|
|
'core/EdgeHolder.cpp',
|
|
'core/EdgeHolder.cpp',
|
|
'core/Contour.h',
|
|
'core/Contour.h',
|
|
@@ -76,6 +78,7 @@ header = """
|
|
#include <cstdlib>
|
|
#include <cstdlib>
|
|
#include <cstring>
|
|
#include <cstring>
|
|
#include <cmath>
|
|
#include <cmath>
|
|
|
|
+#include <cfloat>
|
|
#include <vector>
|
|
#include <vector>
|
|
"""
|
|
"""
|
|
|
|
|
|
@@ -157,7 +160,7 @@ header = """
|
|
/*
|
|
/*
|
|
* MULTI-CHANNEL SIGNED DISTANCE FIELD GENERATOR
|
|
* MULTI-CHANNEL SIGNED DISTANCE FIELD GENERATOR
|
|
* ---------------------------------------------
|
|
* ---------------------------------------------
|
|
- * A utility by Viktor Chlumsky, (c) 2014 - 2024
|
|
|
|
|
|
+ * A utility by Viktor Chlumsky, (c) 2014 - 2025
|
|
* https://github.com/Chlumsky/msdfgen
|
|
* https://github.com/Chlumsky/msdfgen
|
|
* Published under the MIT license
|
|
* Published under the MIT license
|
|
*
|
|
*
|