Edit

kc3-lang/freetype/src/smooth

Branch :

  • Show log

    Commit

  • Author : Alexei Podtelezhnikov
    Date : 2024-06-20 20:49:56
    Hash : 2a7bb459
    Message : 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.