From 2794792c13f56dbb2bbabe2c640b9ee29117709f Mon Sep 17 00:00:00 2001 From: Kurt Jung Date: Sat, 24 Aug 2013 16:11:53 -0400 Subject: Added PageSize() and NewCustom() methods --- ttfparser.go | 1 + 1 file changed, 1 insertion(+) (limited to 'ttfparser.go') 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 -- cgit v1.2.1-24-ge1ad