diff options
Diffstat (limited to 'fpdf.go')
-rw-r--r-- | fpdf.go | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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)) } |