msdfgen/core
KitsuneAlex f041dd492c
Implement missing checks for bitmap type in generate functions of C-API
2024-05-02 05:22:22 +02:00
..
Bitmap.h Inlined Vector2 and SignedDistance for performance, minor coding style change 2023-10-11 23:59:32 +02:00
Bitmap.hpp Inlined Vector2 and SignedDistance for performance, minor coding style change 2023-10-11 23:59:32 +02:00
BitmapRef.hpp Added macro config header to installation 2023-11-11 14:59:26 +01:00
Contour.cpp Inlined Vector2 and SignedDistance for performance, minor coding style change 2023-10-11 23:59:32 +02:00
Contour.h Inlined Vector2 and SignedDistance for performance, minor coding style change 2023-10-11 23:59:32 +02:00
DistanceMapping.cpp Asymmetrical range 2024-04-17 21:17:57 +02:00
DistanceMapping.h Asymmetrical range 2024-04-17 21:17:57 +02:00
EdgeColor.h Added macro config header to installation 2023-11-11 14:59:26 +01:00
EdgeHolder.cpp Improved edge segment construction 2023-12-17 00:39:45 +01:00
EdgeHolder.h Improved edge segment construction 2023-12-17 00:39:45 +01:00
MSDFErrorCorrection.cpp Asymmetrical range 2024-04-17 21:17:57 +02:00
MSDFErrorCorrection.h Asymmetrical range 2024-04-17 21:17:57 +02:00
Projection.cpp Scale and translation arguments refactored as Projection, generator configuration WIP 2021-03-31 00:33:47 +02:00
Projection.h Inlined Vector2 and SignedDistance for performance, minor coding style change 2023-10-11 23:59:32 +02:00
Range.hpp Asymmetrical range 2024-04-17 21:17:57 +02:00
SDFTransformation.h Asymmetrical range 2024-04-17 21:17:57 +02:00
Scanline.cpp Fixed include for qsort 2023-09-19 21:57:36 +02:00
Scanline.h Added macro config header to installation 2023-11-11 14:59:26 +01:00
Shape.cpp Inlined Vector2 and SignedDistance for performance, minor coding style change 2023-10-11 23:59:32 +02:00
Shape.h Inlined Vector2 and SignedDistance for performance, minor coding style change 2023-10-11 23:59:32 +02:00
ShapeDistanceFinder.h Inlined Vector2 and SignedDistance for performance, minor coding style change 2023-10-11 23:59:32 +02:00
ShapeDistanceFinder.hpp Added macro config header to installation 2023-11-11 14:59:26 +01:00
SignedDistance.hpp Added macro config header to installation 2023-11-11 14:59:26 +01:00
Vector2.hpp Replaced sscanf usage 2024-01-05 13:38:47 +01:00
arithmetics.hpp Added macro config header to installation 2023-11-11 14:59:26 +01:00
base.h Added macro config header to installation 2023-11-11 14:59:26 +01:00
bitmap-interpolation.hpp Inlined Vector2 and SignedDistance for performance, minor coding style change 2023-10-11 23:59:32 +02:00
contour-combiners.cpp Renamed pseudo-distance to perpendicular distance 2024-03-10 10:30:59 +01:00
contour-combiners.h Inlined Vector2 and SignedDistance for performance, minor coding style change 2023-10-11 23:59:32 +02:00
edge-coloring.cpp Edge coloring update, circles no longer white 2024-03-09 22:17:49 +01:00
edge-coloring.h Edge coloring by edge to edge distance - experimental version 2021-05-28 19:26:41 +02:00
edge-segments.cpp Renamed pseudo-distance to perpendicular distance 2024-03-10 10:30:59 +01:00
edge-segments.h Renamed pseudo-distance to perpendicular distance 2024-03-10 10:30:59 +01:00
edge-selectors.cpp Renamed pseudo-distance to perpendicular distance 2024-03-10 10:30:59 +01:00
edge-selectors.h Renamed pseudo-distance to perpendicular distance 2024-03-10 10:30:59 +01:00
equation-solver.cpp Added hidden option to disable variable fonts 2023-04-12 18:04:01 +02:00
equation-solver.h Added macro config header to installation 2023-11-11 14:59:26 +01:00
generator-config.h Added macro config header to installation 2023-11-11 14:59:26 +01:00
msdf-error-correction.cpp Asymmetrical range 2024-04-17 21:17:57 +02:00
msdf-error-correction.h Asymmetrical range 2024-04-17 21:17:57 +02:00
msdfgen.cpp Asymmetrical range 2024-04-17 21:17:57 +02:00
msdfgen_c.cpp Implement missing checks for bitmap type in generate functions of C-API 2024-05-02 05:22:22 +02:00
pixel-conversion.hpp GPU-like pixel conversion 2024-04-21 19:04:58 +02:00
rasterization.cpp Scale and translation arguments refactored as Projection, generator configuration WIP 2021-03-31 00:33:47 +02:00
rasterization.h Inlined Vector2 and SignedDistance for performance, minor coding style change 2023-10-11 23:59:32 +02:00
render-sdf.cpp Asymmetrical range 2024-04-17 21:17:57 +02:00
render-sdf.h Asymmetrical range 2024-04-17 21:17:57 +02:00
save-bmp.cpp Added glyph loading by glyph index, passing own FT_Face handle 2020-10-10 12:12:52 +02:00
save-bmp.h Added MTSDF mode 2020-03-06 17:09:59 +01:00
save-tiff.cpp Added MTSDF mode 2020-03-06 17:09:59 +01:00
save-tiff.h Added MTSDF mode 2020-03-06 17:09:59 +01:00
sdf-error-estimation.cpp Scale and translation arguments refactored as Projection, generator configuration WIP 2021-03-31 00:33:47 +02:00
sdf-error-estimation.h Inlined Vector2 and SignedDistance for performance, minor coding style change 2023-10-11 23:59:32 +02:00
shape-description.cpp Replaced sscanf usage 2024-01-05 13:38:47 +01:00
shape-description.h Optimized includes 2023-04-07 12:02:22 +02:00