draw2d/draw2dimg
Will Charczuk 150256794b Return font set by SetFont if already set.
Currently `loadCurrentFont()` is called whenever we call
`CreateStringPath`, if the user has called `SetFont` instead of
using the built in font resolution methods, `loadCurrentFont()`
will more or less ignore that.
2016-07-06 17:29:25 -07:00
..
fileutil.go remove path package and create draw2dimg package 2015-04-29 14:33:32 +02:00
ftgc.go Return font set by SetFont if already set. 2016-07-06 17:29:25 -07:00
ftpath.go Update code.google.com/p/freetype-go to github.com/golang/freetype. Fixes #86. 2015-09-06 18:08:19 -07:00
README.md Create README.md 2015-09-11 10:11:40 +02:00
text.go Update code.google.com/p/freetype-go to github.com/golang/freetype. Fixes #86. 2015-09-06 18:08:19 -07:00

draw2d/draw2dimg

Coverage GoDoc

draw2d implementation that generates raster images using https://github.com/golang/freetype package.