summaryrefslogtreecommitdiff
path: root/ttfparser_test.go
AgeCommit message (Expand)Author
2015-08-26Factor various test example helper routines into their own internal packageKurt Jung
2015-03-13Adjust references to account for move from code.google.com to githubKurt Jung
2013-11-15Brush some lint off using github.com/golang/lint. This includes one breaking ...Kurt Jung
2013-10-15Bruno Michel identified a problem with encoded characters that have a value o...Kurt Jung
2013-09-04Set error condition if out-of-range Unicode rune is encountered in GetStringW...Kurt Jung
2013-08-28Placed tests in separate package. This keeps tests from having privileged acc...Kurt Jung
2013-08-10Added support for drawing curves and arcs with an example. This was adaptedKurt Jung
2013-08-06Tutorial 10 exercises some uncommon functions as reported by gocov.Kurt Jung
2013-08-02Initial commit into mercurialKurt Jung