aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDimitri Sokolyuk <demon@dim13.org>2018-01-30 19:44:45 +0100
committerDimitri Sokolyuk <demon@dim13.org>2018-01-30 19:44:45 +0100
commita99115a853fe1d4470047affabadc1c737de231d (patch)
tree0751b528aaeba10d8b40792db92465993c9ff2f4
parent2903a82708b37622a408d40d7f592f3baa6d829a (diff)
...
-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