Skip to content

Commit

Permalink
Reference SubWrite example
Browse files Browse the repository at this point in the history
  • Loading branch information
jung-kurt committed Dec 27, 2018
1 parent 6bd0171 commit 8baf016
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions subwrite.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ package gofpdf
// identifier returned by AddLink() or 0 for no internal link. linkStr is a
// target URL or empty for no external link. A non--zero value for link takes
// precedence over linkStr.
//
// The SubWrite example demonstrates this method.
func (f *Fpdf) SubWrite(ht float64, str string, subFontSize, subOffset float64, link int, linkStr string) {
if f.err != nil {
return
Expand Down

0 comments on commit 8baf016

Please sign in to comment.