freetype/src/sdf
Alexei Podtelezhnikov 2a7bb4596f Use unsigned point and contour indexing in FT_Outline.
This doubles the number or allowed points, see
    https://github.com/harfbuzz/harfbuzz/issues/4752

Although it is hardly practical to use more than 32767 points,
other font engines seem to support it.

* docs/CHANGES: Announce it.
* include/freetype/ftimage.h (FT_Outline): Do it and update limits.
* src/*: Update `FT_Outline` users.
2024-06-20 20:49:56 -04:00
..
ftbsdf.c Update all copyright notices. 2024-01-27 11:11:22 -05:00
ftsdf.c Use unsigned point and contour indexing in FT_Outline. 2024-06-20 20:49:56 -04:00
ftsdf.h Update all copyright notices. 2024-01-27 11:11:22 -05:00
ftsdfcommon.c [sdf, bsdf] Use shared FT_SqrtFixed. 2024-05-06 13:39:06 +00:00
ftsdfcommon.h [sdf, bsdf] Use shared FT_SqrtFixed. 2024-05-06 13:39:06 +00:00
ftsdferrs.h Update all copyright notices. 2024-01-27 11:11:22 -05:00
ftsdfrend.c Update all copyright notices. 2024-01-27 11:11:22 -05:00
ftsdfrend.h Update all copyright notices. 2024-01-27 11:11:22 -05:00
module.mk Update all copyright notices. 2024-01-27 11:11:22 -05:00
rules.mk Update all copyright notices. 2024-01-27 11:11:22 -05:00
sdf.c Update all copyright notices. 2024-01-27 11:11:22 -05:00