From 7c1e8f1985b7ec6f19c67168f1bbc9ca87d162a3 Mon Sep 17 00:00:00 2001 From: Steven Edwards Date: Tue, 8 Sep 2015 20:30:39 -0400 Subject: [PATCH] Reset re-adding Bounds when rebasing. --- truetype/truetype.go | 6 ------ 1 file changed, 6 deletions(-) diff --git a/truetype/truetype.go b/truetype/truetype.go index 26dc2ff..7c6137c 100644 --- a/truetype/truetype.go +++ b/truetype/truetype.go @@ -65,12 +65,6 @@ const ( microsoftUCS4Encoding = 0x0003000a // PID = 3 (Microsoft), PSID = 10 (UCS-4) ) -// A Bounds holds the co-ordinate range of one or more glyphs. -// The endpoints are inclusive. -type Bounds struct { - XMin, YMin, XMax, YMax fixed.Int26_6 -} - // An HMetric holds the horizontal metrics of a single glyph. type HMetric struct { AdvanceWidth, LeftSideBearing fixed.Int26_6