golang-freetype/freetype
Nigel Tao 3490800cec freetype/truetype: fix rounding for negative numbers to match the C
Freetype implementation.

The spec is the "Order of rounding operations" part of
https://developer.apple.com/fonts/TTRefMan/RM02/Chap2.html#rounding
but it wasn't exactly clear to me what "the negative round value
closest to zero" was: if the phase is 1/4, was that value -1/4 or
-3/4? Anyway, the Go code now follows the C code, and code trumps
documentation.

R=bsiegert
CC=golang-dev
https://codereview.appspot.com/14092044
2013-09-29 18:30:55 +10:00
..
raster freetype: delete Makefiles. 2012-02-04 09:32:01 +11:00
truetype freetype/truetype: fix rounding for negative numbers to match the C 2013-09-29 18:30:55 +10:00
freetype_test.go freetype: optimize []byte to uint16/uint32 conversions. 2012-06-16 12:19:07 +10:00
freetype.go freetype: move the scaling from FUnits to pixels from package freetype 2012-07-25 22:10:25 +10:00