golang-image/font/sfnt
Nigel Tao f483456c9f font/sfnt: don't reject multiple kern subtables.
A future commit will actually use subtables past the first one, but for
now, ignore them instead of failing on their presence.

Also add tests for the DejaVu proprietary fonts. Prior to this commit,
DejaVuSans-ExtraLight.ttf was unsupported.

Change-Id: Ic78a59c5ab30e4091efa2a04b89b12cb786157db
Reviewed-on: https://go-review.googlesource.com/42192
Reviewed-by: David Crawshaw <crawshaw@golang.org>
2017-05-04 00:22:41 +00:00
..
cmap.go font/sfnt: use charmap EncodeRune API. 2017-04-05 22:33:02 +00:00
data.go font/sfnt: implement Font.GlyphName. 2017-02-17 10:37:04 +00:00
example_test.go font/sfnt: explicitly close glyph contours. 2017-04-10 07:42:48 +00:00
gen.go font/sfnt: implement Font.GlyphName. 2017-02-17 10:37:04 +00:00
postscript.go font/sfnt: explicitly close glyph contours. 2017-04-10 07:42:48 +00:00
proprietary_test.go font/sfnt: don't reject multiple kern subtables. 2017-05-04 00:22:41 +00:00
sfnt_test.go font/sfnt: explicitly close glyph contours. 2017-04-10 07:42:48 +00:00
sfnt.go font/sfnt: don't reject multiple kern subtables. 2017-05-04 00:22:41 +00:00
truetype.go font/sfnt: implement Font.GlyphAdvance. 2017-04-05 22:26:46 +00:00