aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--units.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/units.go b/units.go
index 4b6d9d0..fbcd756 100644
--- a/units.go
+++ b/units.go
@@ -20,6 +20,7 @@ var A4 = Point{272 * MM, 200 * MM}
type Page struct {
o Orientation
sz Point // A4
+ m Media
}
type Unit float64