Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-08-26 | Factor various test example helper routines into their own internal package | Kurt Jung | |
2015-03-13 | Adjust references to account for move from code.google.com to github | Kurt Jung | |
2013-11-15 | Brush some lint off using github.com/golang/lint. This includes one breaking ↵ | Kurt Jung | |
change: WriteLinkID instead of WriteLinkId. | |||
2013-10-15 | Bruno Michel identified a problem with encoded characters that have a value ↵ | Kurt Jung | |
of 0x80 or greater. His correction makes sure Go treats strings as an array of bytes rather than runes. | |||
2013-09-04 | Set error condition if out-of-range Unicode rune is encountered in ↵ | Kurt Jung | |
GetStringWidth | |||
2013-08-28 | Placed tests in separate package. This keeps tests from having privileged ↵ | Kurt Jung | |
access to gofpdf internals, and makes tutorials more easily copied-and-pasted for other projects. | |||
2013-08-10 | Added support for drawing curves and arcs with an example. This was adapted | Kurt Jung | |
from the geometric figures FPDF script by David Hernández Sanz, with a starter function provided by Anthony Starks. Anthony Starks also made a case for not closing the io.Writer after it is used to produce a document. An additional method, OutputAndClose, was added so that the library can close the writer if desired. | |||
2013-08-06 | Tutorial 10 exercises some uncommon functions as reported by gocov. | Kurt Jung | |
2013-08-02 | Initial commit into mercurial | Kurt Jung | |