Versions in this module Expand all Collapse all v0 v0.7.0 Feb 24, 2019 Changes in this version + func Rectangle(rect image.Rectangle, ar image.Rectangle, h Horizontal, v Vertical) (image.Rectangle, error) + func Text(rect image.Rectangle, text string, h Horizontal, v Vertical) (image.Point, error) + type Horizontal int + const HorizontalCenter + const HorizontalLeft + const HorizontalRight + func (h Horizontal) String() string + type Vertical int + const VerticalBottom + const VerticalMiddle + const VerticalTop + func (v Vertical) String() string