golang-image/font
Sebastien Binet e5db4c4663 font/opentype: implement font.Face interface
This CL adds the type Face that implements the font.Face interface.
This CL also adds tests using gofont/goregular as an input font, using
github.com/golang/freetype/truetype as reference values.

Updates golang/go#22451.

Change-Id: I2a6945309331b251ec2ddec95b6e809ad10aa116
Reviewed-on: https://go-review.googlesource.com/73870
Reviewed-by: Nigel Tao <nigeltao@golang.org>
2017-12-08 23:31:33 +00:00
..
basicfont font/basicfont: add Descent and Left fields. 2016-06-30 00:32:31 +00:00
gofont font/gofont: new Smallcaps; update other Go Fonts. 2017-03-30 00:58:26 +00:00
inconsolata font/inconsolata: new package. 2016-06-30 01:20:08 +00:00
opentype font/opentype: implement font.Face interface 2017-12-08 23:31:33 +00:00
plan9font font/plan9font: look for subfont ".0" suffixes. 2016-08-07 01:57:26 +00:00
sfnt font/sfnt: add Metrics to Font 2017-10-13 01:36:00 +00:00
testdata font/sfnt: implement flagWeHaveATwoByTwo. 2017-03-22 21:43:44 +00:00
font_test.go font: fix rectangle-union for empty rectangles. 2016-12-28 23:11:51 +00:00
font.go math/fixed: add some Point and Rectangle methods. 2017-01-06 00:18:22 +00:00