commit | 2a7bb4596f566a34fd53932af0ef53b956459d25 | [log] [tgz] |
---|---|---|
author | Alexei Podtelezhnikov <apodtele@gmail.com> | Fri Jun 21 00:49:56 2024 |
committer | Alexei Podtelezhnikov <apodtele@gmail.com> | Fri Jun 21 00:49:56 2024 |
tree | feddcc500bbfc2822c5c9e108f13b8ec314b89ad | |
parent | 2b9fdec5fafd16fba93a9947563260ab9feb9029 [diff] |
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.