golang-image/font/sfnt
Nigel Tao ecc1a9abb6 font/sfnt: fix argStack size check for moveto ops.
The *moveto ops don't take multiple args or arg pairs. For example, in
http://wwwimages.adobe.com/content/dam/Adobe/en/devnet/font/pdfs/5177.Type2.pdf
page 16, the rmoveto args are listed as:
dx1 dy1
which is not the same as rlineto's args, which can be repeated:
{dxa dya}+

Change-Id: I5d13f686e604955909eb0b7e52f20ce5f0522c5d
Reviewed-on: https://go-review.googlesource.com/38289
Reviewed-by: David Crawshaw <crawshaw@golang.org>
2017-03-30 01:44:25 +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: fix argStack size check for moveto ops. 2017-03-30 01:44:25 +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