Searched refs:normal_space (Results 1 – 1 of 1) sorted by relevance
66 int16_t normal_space, adjust, max_adjust; in mf_compute_kerning() local107 normal_space = avg16(w1, w2) * MF_KERNING_SPACE_PERCENT / 100; in mf_compute_kerning()108 normal_space += MF_KERNING_SPACE_PIXELS; in mf_compute_kerning()109 adjust = normal_space - min_space; in mf_compute_kerning()
Completed in 4 milliseconds