diff options
-rw-r--r-- | units.go | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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 { |