index
:
gofpdf
addtextrenderingmode
master
A PDF document generator with high level support for text, drawing and images
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
doc.go
Age
Commit message (
Expand
)
Author
2015-07-10
Quick start: generate file, not stream
Kurt Jung
2015-07-10
Moved reference to original FPDF site
Kurt Jung
2015-07-09
Fixed README typo
Kurt Jung
2015-07-09
Rearranged README and included reference to related package draw2d
Kurt Jung
2015-07-07
Convert sequential examples to ones that are bound to gofpdf methods.
Kurt Jung
2015-07-06
Mention Stani Michiels' enhanced fill mode
Kurt Jung
2015-07-06
Update copyright notice
Kurt Jung
2015-07-06
fix stanim acknowledgment
Stani
2015-07-05
Stanim's line join style implementation
Kurt Jung
2015-07-04
Acknowledge stanim for the multi-segment drawing routines
Kurt Jung
2015-07-04
Dashed lines: tutorial example and tip of hat to Claudio Felber
Kurt Jung
2015-03-13
Adjust references to account for move from code.google.com to github
Kurt Jung
2014-10-28
Robert Lillack's Beziergon function with example. Corrections to curve argume...
Kurt Jung
2014-09-16
Acknowledgment for layer support
Kurt Jung
2014-08-25
Additional comment about tutorials
Kurt Jung
2014-06-29
Polygon function and demonstration
Kurt Jung
2014-04-15
Document protection and example
Kurt Jung
2014-04-12
Yet another documentation tweak
Kurt Jung
2014-04-12
UTF-8 rune to code page byte translator so that some UTF-8 text can be conver...
Kurt Jung
2014-04-12
Documentation tweaks
Kurt Jung
2014-02-17
Added convenience function to write PDF to a file (rather than a Writer inter...
Kurt Jung
2014-02-13
Patch provided by Stefan Schroeder to control vertical alignment of text with...
Kurt Jung
2014-01-28
Support for unstyled, path-only SVG images of the type generated by the jSign...
Kurt Jung
2013-11-07
Lawrence Kesteloot provided code to allow an image's extent to be determined ...
Kurt Jung
2013-10-15
Tip of the hat to Bruno.
Kurt Jung
2013-09-11
Normalized feature bullet list
Kurt Jung
2013-09-10
Transformation functionality adapted from Moritz Wagner and Andreas Würmser.
Kurt Jung
2013-09-08
Add outline to feature list
Kurt Jung
2013-09-08
Bookmark outline support submitted by Manuel Cornes
Kurt Jung
2013-08-24
Documentation tweaks
Kurt Jung
2013-08-23
Added clipping support adapted from script by Andreas Würmser
Kurt Jung
2013-08-13
Gradient support adapted from the FPDF gradients script by Andreas Würmser.
Kurt Jung
2013-08-13
Documentation updates regarding transparency
Kurt Jung
2013-08-13
Added support with example for transparency in a variety of blending modes.
Kurt Jung
2013-08-11
Expanded documentation
Kurt Jung
2013-08-10
Added support for drawing curves and arcs with an example. This was adapted
Kurt Jung
2013-08-06
Corrected typo
Kurt Jung
2013-08-05
Format tweaks
Kurt Jung
2013-08-02
Updated documentation: go get, makefont.
Kurt Jung
2013-08-02
Initial commit into mercurial
Kurt Jung