Versions in this module Expand all Collapse all v0 v0.0.1 Jul 8, 2019 Changes in this version + type AlignType int + const AlignBegin + const AlignCenter + const AlignEnd + type Control struct + Background color.Color + Bounds image.Rectangle + func (p *Control) Image() image.Image + type ImageView struct + Img image.Image + func (v *ImageView) Image() image.Image + type Label struct + Font *truetype.Font + FontSize float64 + HAlign AlignType + Text string + TextColor color.Color + VAlign AlignType + func (l *Label) Image() image.Image + type Paper struct + func (p *Paper) AddSub(sub View) + func (p *Paper) Image() image.Image + func (p *Paper) RemoveSub(sub View) + type View interface + Image func() image.Image