v0.0.498
All checks were successful
Build Docker and Deploy / Run goext test-suite (push) Successful in 4m13s

This commit is contained in:
2024-08-07 17:26:35 +02:00
parent 7204562879
commit c40bdc8e9e
2 changed files with 6 additions and 2 deletions

View File

@@ -245,6 +245,10 @@ func (b *WPDFBuilder) PageNo() int {
return b.b.PageNo()
}
func (b *WPDFBuilder) Bookmark(txtStr string, level int, y float64) {
b.b.Bookmark(b.tr(txtStr), level, y)
}
func (b *WPDFBuilder) GetStringWidth(str string, opts ...PDFCellOpt) float64 {
var fontNameOverride *PDFFontFamily