Age | Commit message (Collapse) | Author |
|
within cell.
|
|
naming convention is that a machine can quickly tokenize name segments for indexing and tagging purposes. For example, HtmlWrite easily breaks into Html and Write. By capitalizing all letters in an initialism, this name breaks into H, T, M, L, and Write -- not as useful for tagging purposes. Rather than having to manually filter through the mostly valuable output of golint, I have grudgingly changed names so that golint produces no output.</rant>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
jSignature web control.
|
|
documentation for CurveCubic.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
change: WriteLinkID instead of WriteLinkId.
|
|
|
|
prior to placement.
|
|
|
|
|
|
|
|
of 0x80 or greater. His correction makes sure Go treats strings as an array of bytes rather than runes.
|
|
determining the number of loaded fonts.
|
|
|
|
|
|
|
|
|
|
|
|
specifically in the way differences with cp1252 are stored and accessed. Thanks, Bruno.
|
|
|
|
|
|
cleaner solution. Thanks!
|
|
|
|
|
|
GetStringWidth
|
|
access to gofpdf internals, and makes tutorials more easily copied-and-pasted for other projects.
|
|
|
|
package. Thanks, Anthony.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This was adapted from the FPDF transparency script by Martin Hall-May.
|
|
|
|
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.
|