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

@@ -64,7 +64,7 @@ var (
/* ============================ FONT / FORMAT ============================ */
func hEnsureFonts(pdf *gofpdf.Fpdf) error {
return registerDejavuFonts(pdf, hFontFamilyReg, hFontFamilyBold)
return registerDejavuFonts(pdf, hFontFamilyReg)
}
func hNormalizeWidths(base []float64, targetTotal float64) []float64 {