Revert "Round when scaling values"
authorBehdad Esfahbod <behdad@behdad.org>
Wed, 4 Sep 2013 00:11:01 +0000 (20:11 -0400)
committerBehdad Esfahbod <behdad@behdad.org>
Wed, 4 Sep 2013 00:11:01 +0000 (20:11 -0400)
commit5a5350b39b81e0128d36ebc81307a6d698a4dc50
tree9790a8308194fc7be8a861d7e7607e6ea2389c59
parent74ff41c3a573bdf74b60623065eb92a49f055893
Revert "Round when scaling values"

This reverts commit 10f964623f003c70f6bdd33423420abda3820ce0.

See discussion with Khaled Hosny on mailing list.  In short, since
integers here can be negative, and int division is "round towards
zero", proper rounding should take sign into account.  Just skip
doing it again, has been serving us well before.
TODO
src/hb-font-private.hh