aboutsummaryrefslogtreecommitdiff
path: root/hershey.go
diff options
context:
space:
mode:
Diffstat (limited to 'hershey.go')
-rw-r--r--hershey.go8
1 files 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