From 701d1ab638b23c24877fc41824add66232446676 Mon Sep 17 00:00:00 2001 From: Christopher Speller Date: Thu, 2 Feb 2017 09:32:00 -0500 Subject: Updating server dependancies (#5249) --- vendor/github.com/golang/freetype/truetype/glyph.go | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'vendor/github.com/golang') diff --git a/vendor/github.com/golang/freetype/truetype/glyph.go b/vendor/github.com/golang/freetype/truetype/glyph.go index c2935a58e..6157ad83e 100644 --- a/vendor/github.com/golang/freetype/truetype/glyph.go +++ b/vendor/github.com/golang/freetype/truetype/glyph.go @@ -209,6 +209,7 @@ func (g *GlyphBuf) load(recursion uint32, i Index, useMyMetrics bool) (err error g.addPhantomsAndScale(len(g.Points), len(g.Points), true, true) copy(g.phantomPoints[:], g.Points[len(g.Points)-4:]) g.Points = g.Points[:len(g.Points)-4] + // TODO: also trim g.InFontUnits and g.Unhinted? return nil } @@ -282,6 +283,10 @@ func (g *GlyphBuf) loadSimple(glyf []byte, ne int) (program []byte) { program = glyf[offset : offset+instrLen] offset += instrLen + if ne == 0 { + return program + } + np0 := len(g.Points) np1 := np0 + int(g.Ends[len(g.Ends)-1]) -- cgit v1.2.3-1-g7c22