From a99115a853fe1d4470047affabadc1c737de231d Mon Sep 17 00:00:00 2001 From: Dimitri Sokolyuk Date: Tue, 30 Jan 2018 19:44:45 +0100 Subject: ... --- hershey.go | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/hershey.go b/hershey.go index a3a1fc5..bfe31fb 100644 --- a/hershey.go +++ b/hershey.go @@ -17,11 +17,9 @@ type Path []Point type Set []Path type Glyph struct { - Set Set - Width int - Height int - Left int - Right int + Set Set + Left int + Right int } type Font map[rune]Glyph -- cgit v1.2.3