Merge remote-tracking branch 'origin/master'

This commit is contained in:
2026-02-16 15:07:21 +03:00
parent 5a6350250a
commit 0a5ffe1407
2 changed files with 16 additions and 15 deletions

View File

@@ -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 {