This commit is contained in:
Michael Fogleman 2016-04-22 16:59:45 -04:00
parent 15eec45bd9
commit e8e616055c
1 changed files with 1 additions and 1 deletions

View File

@ -47,7 +47,7 @@ func main() {
dc.Stroke()
dc.LoadFontFace("/Library/Fonts/Arial.ttf", 200)
dc.DrawStringAnchored("G", -5, 5, 0.5, 0.5)
dc.DrawStringAnchored("g", -5, 5, 0.5, 0.5)
dc.DrawStringAnchored("G", 5, -5, 0.5, 0.5)
dc.SavePNG("out.png")