Versions in this module Expand all Collapse all v1 v1.0.0 Jan 4, 2019 Changes in this version + type AsciiRender struct + func NewAsciiRender() *AsciiRender + func (this *AsciiRender) LoadFont(fontPath string) error + func (this *AsciiRender) Render(asciiStr string) (string, error) + func (this *AsciiRender) RenderOpts(asciiStr string, opts *RenderOptions) (string, error) + type RenderOptions struct + FontColor []color.Attribute + FontName string + func NewRenderOptions() *RenderOptions