Merge remote-tracking branch 'origin/master'
This commit is contained in:
@@ -87,7 +87,7 @@ func resolveAssetPath(fileName string, relativeDirs []string) (string, error) {
|
||||
return "", fmt.Errorf("asset not found: %s (tried: %s)", fileName, strings.Join(tried, ", "))
|
||||
}
|
||||
|
||||
func registerDejavuFonts(pdf *gofpdf.Fpdf) error {
|
||||
func registerDejavuFonts(pdf *gofpdf.Fpdf, s string, s2 string) error {
|
||||
|
||||
regPath, err := resolvePdfAssetPath("DejaVuSans.ttf")
|
||||
if err != nil {
|
||||
|
||||
Reference in New Issue
Block a user