Merge remote-tracking branch 'origin/master'

This commit is contained in:
2026-02-16 15:10:37 +03:00
parent 82e51bbfcd
commit f5f37089ac
4 changed files with 4 additions and 4 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, s string, s2 string) error {
func registerDejavuFonts(pdf *gofpdf.Fpdf, s string) error {
regPath, err := resolvePdfAssetPath("DejaVuSans.ttf")
if err != nil {