golang-image/font/sfnt
Nigel Tao f03a046406 font/gofont: new Smallcaps; update other Go Fonts.
Bigelow & Holmes have prepared new versions of the Go Fonts. The version
numbers have changed from 2.004 to 2.008. ChangeLog:

* New! 2 new fonts, bringing the total to 12: Go Smallcaps and Go
  Smallcaps Italic.
* New! U+FFFD REPLACEMENT CHARACTER glyph added.
* U+00C5 LATIN CAPITAL LETTER A WITH RING ABOVE ring tweaked.
* U+00F0 LATIN SMALL LETTER ETH glyph lightened.
* Superfluous U+0005 <control> glyph removed.
* Split integral, chart draw, block, shade and related glyphs now span
  the full height and have fewer seams when tiled.
* Raised most capital letter diacritics and some lowercase diacritics.
* Mono character widths fixed to be uniform.
* Underline position adjusted.
* SFNT glyph order and cmap table optimized.
* SFNT glyph names (post table) regularized, consistent with the AGLFN.
* ttfautohint upgraded to the latest version, from 1.5 to 1.6.

Change-Id: I0985f07d58b984010199dd723ccdf5892ee59c78
Reviewed-on: https://go-review.googlesource.com/38870
Reviewed-by: Rob Pike <r@golang.org>
2017-03-30 00:58:26 +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: support PostScript compound glyphs (subroutines). 2017-03-22 22:20:00 +00:00
proprietary_test.go font/sfnt: support PostScript compound glyphs (subroutines). 2017-03-22 22:20:00 +00:00
sfnt_test.go font/gofont: new Smallcaps; update other Go Fonts. 2017-03-30 00:58:26 +00:00
sfnt.go font/sfnt: support PostScript compound glyphs (subroutines). 2017-03-22 22:20:00 +00:00
truetype.go font/sfnt: support PostScript compound glyphs (subroutines). 2017-03-22 22:20:00 +00:00