Skip to content

Use unsigned point and contour indexing in `FT_Outline`.

Alexei Podtelezhnikov requested to merge ushort_outline into master

This doubles the number or allowed points, see https://github.com/harfbuzz/harfbuzz/issues/4752

  • include/freetype/ftimage.h (FT_Outline): Do it and update limits.
  • src/*: Update FT_Outline users.
  • docs/CHANGES: Announce it.

Merge request reports