summaryrefslogtreecommitdiff
path: root/ttfparser.go
diff options
context:
space:
mode:
authorKurt Jung <kurt.w.jung@code.google.com>2013-08-24 16:11:53 -0400
committerKurt Jung <kurt.w.jung@code.google.com>2013-08-24 16:11:53 -0400
commit2794792c13f56dbb2bbabe2c640b9ee29117709f (patch)
treec70c3d0f07ba6a20b783e49e701fff8b04df7a64 /ttfparser.go
parent1fd34b058bc3f9408613f027fa3bb0795fdff2a6 (diff)
Added PageSize() and NewCustom() methods
Diffstat (limited to 'ttfparser.go')
-rw-r--r--ttfparser.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/ttfparser.go b/ttfparser.go
index 323f144..41574e2 100644
--- a/ttfparser.go
+++ b/ttfparser.go
@@ -30,6 +30,7 @@ import (
"strings"
)
+// This structure contains metrics of a TrueType font.
type TtfType struct {
Embeddable bool
UnitsPerEm uint16