golang-image/font/sfnt
Nigel Tao 6847effb9b font/sfnt: support font collections (.ttc and .otc files).
Also add tests for Apple proprietary fonts.

Change-Id: I5ce8efa2397bb01c5255d956a77c955ba1383105
Reviewed-on: https://go-review.googlesource.com/38272
Reviewed-by: David Crawshaw <crawshaw@golang.org>
2017-03-18 07:04:21 +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: implement {hh,vv}curveto. 2017-03-12 00:23:23 +00:00
gen.go font/sfnt: implement Font.GlyphName. 2017-02-17 10:37:04 +00:00
postscript.go font/sfnt: implement rcurveline and rlinecurve. 2017-03-15 23:13:12 +00:00
proprietary_test.go font/sfnt: support font collections (.ttc and .otc files). 2017-03-18 07:04:21 +00:00
sfnt_test.go font/sfnt: support TrueType glyph transformations. 2017-03-18 06:57:45 +00:00
sfnt.go font/sfnt: support font collections (.ttc and .otc files). 2017-03-18 07:04:21 +00:00
truetype.go font/sfnt: support TrueType glyph transformations. 2017-03-18 06:57:45 +00:00