Versions in this module Expand all Collapse all v0 v0.7.0 Feb 24, 2019 Changes in this version + func Diagonal(bc *braille.Canvas, ar image.Rectangle, width int, dt DiagonalType, ...) error + func HV(bc *braille.Canvas, ar image.Rectangle, st Type, opts ...Option) error + type DiagonalOption interface + func DiagonalCellOpts(cOpts ...cell.Option) DiagonalOption + type DiagonalType int + const LeftToRight + const RightToLeft + func (dt DiagonalType) String() string + type Option interface + func CellOpts(cOpts ...cell.Option) Option + func ReverseSlopes() Option + func SkipSlopesLTE(v int) Option + type Type int + const Horizontal + const Vertical + func (st Type) String() string