Commit 0f122fef346af27ce469fa3e521bbde747fb741c

Alexei Podtelezhnikov 2018-09-23T21:46:26

[bdf] Speed up charmap access. This makes FT_Get_Char_Index and FT_Get_Next_Char 4-5 times faster. * src/bdf/bdfdrivr.c (bdf_cmap_char_{index,next}): Help binary search with continuous prediction.