Commit 48ce226ae3c2ccbe3230417d118ada4fea8508e3

Alexei Podtelezhnikov 2012-11-03T22:27:27

[base] Clean up emboldening code and improve comments there. * src/base/ftoutln.c (FT_Outline_EmboldenXY): Replace sequential calls to FT_MulFix and FT_DivFix with FT_MulDiv. Mention that bisectors are used to figure out the shift direction.