aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--units.go6
1 files changed, 6 insertions, 0 deletions
diff --git a/units.go b/units.go
index 03026bb..4b6d9d0 100644
--- a/units.go
+++ b/units.go
@@ -16,6 +16,12 @@ const (
var A4 = Point{272 * MM, 200 * MM}
+// TODO
+type Page struct {
+ o Orientation
+ sz Point // A4
+}
+
type Unit float64
func (u Unit) String() string {