diff options
Diffstat (limited to 'def.go')
-rw-r--r-- | def.go | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -427,6 +427,7 @@ type Pdf interface { SetFontLoader(loader FontLoader) SetFontLocation(fontDirStr string) SetFontSize(size float64) + SetFontStyle(styleStr string) SetFontUnitSize(size float64) SetFooterFunc(fnc func()) SetFooterFuncLpi(fnc func(lastPage bool)) |