various small changes

This commit is contained in:
probandula
2016-10-28 13:54:57 +02:00
parent 69ecfa2f6f
commit 71c8a58917
4 changed files with 38 additions and 36 deletions

View File

@@ -54,9 +54,9 @@ func (ar *AsciiRender) RenderOpts(str string, opt *RenderOptions) (string, error
// Load the font
font := ar.fontMgr.getFont(opt.FontName)
// Slice holding the chars
chars := []*AsciiChar{}
chars := []*asciiChar{}
// Index of the current color
curColorIndex := 0