summaryrefslogtreecommitdiff
path: root/doc.go
AgeCommit message (Collapse)Author
2014-10-28Robert Lillack's Beziergon function with example. Corrections to curve ↵Kurt Jung
argument names.
2014-09-16Acknowledgment for layer supportKurt Jung
2014-08-25Additional comment about tutorialsKurt Jung
2014-06-29Polygon function and demonstrationKurt Jung
2014-04-15Document protection and exampleKurt Jung
2014-04-12Yet another documentation tweakKurt Jung
2014-04-12UTF-8 rune to code page byte translator so that some UTF-8 text can be ↵Kurt Jung
converted for proper rendering in the PDF document.
2014-04-12Documentation tweaksKurt Jung
2014-02-17Added convenience function to write PDF to a file (rather than a Writer ↵Kurt Jung
interface) and then close the PDF instance.
2014-02-13Patch provided by Stefan Schroeder to control vertical alignment of text ↵Kurt Jung
within cell.
2014-01-28Support for unstyled, path-only SVG images of the type generated by the ↵Kurt Jung
jSignature web control.
2013-11-07Lawrence Kesteloot provided code to allow an image's extent to be determined ↵Kurt Jung
prior to placement.
2013-10-15Tip of the hat to Bruno.Kurt Jung
2013-09-11Normalized feature bullet listKurt Jung
2013-09-10Transformation functionality adapted from Moritz Wagner and Andreas Würmser.Kurt Jung
2013-09-08Add outline to feature listKurt Jung
2013-09-08Bookmark outline support submitted by Manuel CornesKurt Jung
2013-08-24Documentation tweaksKurt Jung
2013-08-23Added clipping support adapted from script by Andreas WürmserKurt Jung
2013-08-13Gradient support adapted from the FPDF gradients script by Andreas Würmser.Kurt Jung
2013-08-13Documentation updates regarding transparencyKurt Jung
2013-08-13Added support with example for transparency in a variety of blending modes.Kurt Jung
This was adapted from the FPDF transparency script by Martin Hall-May.
2013-08-11Expanded documentationKurt Jung
2013-08-10Added support for drawing curves and arcs with an example. This was adaptedKurt 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-06Corrected typoKurt Jung
2013-08-05Format tweaksKurt Jung
2013-08-02Updated documentation: go get, makefont.Kurt Jung
2013-08-02Initial commit into mercurialKurt Jung