Author :
Alexei Podtelezhnikov
Date :
2018-09-23 21:46:26
Hash :0f122fef Message :[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.