summaryrefslogtreecommitdiff
path: root/fpdf.go
diff options
context:
space:
mode:
authorNick White <git@njw.name>2019-10-29 17:23:39 +0000
committerNick White <git@njw.name>2019-10-29 17:23:39 +0000
commita524c773bfbca88158745b818a660eedaf536e1f (patch)
tree5ada765b757a6fc17a0e331ca0299dc85d542e5c /fpdf.go
parent47e0be494d372328c78072f4f2db0f8a1b96d760 (diff)
Add TextRenderingMode* consts for different inputs for SetTextRenderingMode
Diffstat (limited to 'fpdf.go')
-rw-r--r--fpdf.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/fpdf.go b/fpdf.go
index aff0759..290fffb 100644
--- a/fpdf.go
+++ b/fpdf.go
@@ -2227,6 +2227,7 @@ func (f *Fpdf) SetWordSpacing(space float64) {
}
// SetTextRenderingMode sets the rendering mode of following text.
+// See the TextRenderingMode* const definitions for modes.
func (f *Fpdf) SetTextRenderingMode(mode int) {
f.out(sprintf("%d Tmode", 0))
}