harfbuzz/test
Michiharu Ariza 5ab50eebd7
collect_unicodes() with clamp, calling add_range()
Use add_range instead an inner loop, clamp its input number by
number of glyphs a face has.

Even the face cmap12 and 13 have 32-bit hb_codepoint_t, which is here
used to make timeout, face's maxp has 16-bit gid limitation at least for now,
using that makes sure we both fix and the timeout and don't need to change
much things here also in order to support 32-bit gids also someday.

Fixes #2204
2020-02-29 13:02:29 +03:30
..
api [draw] Skip commands and paths not contributing anything 2020-02-26 16:09:28 +03:30
fuzzing collect_unicodes() with clamp, calling add_range() 2020-02-29 13:02:29 +03:30
shaping [tools] More on py3 compatibility 2020-02-24 00:10:11 +03:30
subset [subset] GDEF MarkGlyphSets subsetting support 2020-02-26 15:15:21 -08:00
CMakeLists.txt Add CMake configuration for all of the new subsetting code. 2018-02-04 12:57:34 -08:00
Makefile.am Configure automake to run the new subset tests. 2018-02-04 12:57:33 -08:00