golang-image/font/sfnt
Nigel Tao ce0faa1867 font/sfnt: flip the Y axis for LoadGlyph's Segments.
The underlying font format's Y axis increases up. The Go standard
graphics libraries' Y axis increases down. This change makes the Go API
consistent with the other Go libraries.

Also change Segment.Args from [6]fixed.Int26_6 to [3]fixed.Point26_6 to
emphasize that the Args are consistent with other fixed.Point26_6 use.

Change-Id: Idd7b89eb4d86890dea477ac2ef96ff8f6b1dee8d
Reviewed-on: https://go-review.googlesource.com/39072
Reviewed-by: David Crawshaw <crawshaw@golang.org>
2017-03-31 23:39:16 +00:00
..
cmap.go font/sfnt: make parseXxx dependencies explicit. 2017-03-07 07:36:15 +00:00
data.go font/sfnt: implement Font.GlyphName. 2017-02-17 10:37:04 +00:00
example_test.go font/sfnt: flip the Y axis for LoadGlyph's Segments. 2017-03-31 23:39:16 +00:00
gen.go font/sfnt: implement Font.GlyphName. 2017-02-17 10:37:04 +00:00
postscript.go font/sfnt: flip the Y axis for LoadGlyph's Segments. 2017-03-31 23:39:16 +00:00
proprietary_test.go font/sfnt: implement Font Dict Select. 2017-03-30 23:40:04 +00:00
sfnt_test.go font/sfnt: flip the Y axis for LoadGlyph's Segments. 2017-03-31 23:39:16 +00:00
sfnt.go font/sfnt: flip the Y axis for LoadGlyph's Segments. 2017-03-31 23:39:16 +00:00
truetype.go font/sfnt: flip the Y axis for LoadGlyph's Segments. 2017-03-31 23:39:16 +00:00