commenting

This commit is contained in:
probandula
2016-10-26 21:40:02 +02:00
parent c3b6433632
commit 7a8557b6ac
3 changed files with 4 additions and 2 deletions

View File

@@ -49,7 +49,7 @@ func (ar *AsciiRender) Render(str string) (string, error) {
// Can be called from the user (if options wished) or the above Render method
// Contains the whole rendering logic
func (ar *AsciiRender) RenderOpts(str string, opt *RenderOptions) (string, error) {
// Should the text be colored
colored := len(opt.FontColor) > 0
// Load the font