v0.0.498
All checks were successful
Build Docker and Deploy / Run goext test-suite (push) Successful in 4m13s
All checks were successful
Build Docker and Deploy / Run goext test-suite (push) Successful in 4m13s
This commit is contained in:
parent
7204562879
commit
c40bdc8e9e
@ -1,5 +1,5 @@
|
|||||||
package goext
|
package goext
|
||||||
|
|
||||||
const GoextVersion = "0.0.497"
|
const GoextVersion = "0.0.498"
|
||||||
|
|
||||||
const GoextVersionTimestamp = "2024-08-07T17:04:59+0200"
|
const GoextVersionTimestamp = "2024-08-07T17:26:35+0200"
|
||||||
|
@ -245,6 +245,10 @@ func (b *WPDFBuilder) PageNo() int {
|
|||||||
return b.b.PageNo()
|
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 {
|
func (b *WPDFBuilder) GetStringWidth(str string, opts ...PDFCellOpt) float64 {
|
||||||
|
|
||||||
var fontNameOverride *PDFFontFamily
|
var fontNameOverride *PDFFontFamily
|
||||||
|
Loading…
Reference in New Issue
Block a user