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