build bust.

This commit is contained in:
Will Charczuk 2016-07-07 21:17:18 -07:00
parent b336065b86
commit 3d68b7e51d

View File

@ -37,7 +37,7 @@ func (c Chart) GetFont() (*truetype.Font, error) {
}
c.Font = f
}
return c.Font
return c.Font, nil
}
// Render renders the chart with the given renderer to the given io.Writer.