From 3319c51b75785b73101c8c9cd19a3eec8f494c0a Mon Sep 17 00:00:00 2001 From: Joe Westcott Date: Mon, 29 Apr 2019 19:59:53 +0100 Subject: Add SetFontStyle method (#248) --- def.go | 1 + 1 file changed, 1 insertion(+) (limited to 'def.go') diff --git a/def.go b/def.go index fcc9237..ee0d3a6 100644 --- a/def.go +++ b/def.go @@ -426,6 +426,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)) -- cgit v1.2.1-24-ge1ad