We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
panic: runtime error: invalid memory address or nil pointer dereference [signal SIGSEGV: segmentation violation code=0x1 addr=0x1e8 pc=0x4ea943]
goroutine 1 [running]: github.com/signintech/gopdf.(*SubsetFontObj).AddChars(0x0, {0x5244aa, 0xc}) /home/debian/go/pkg/mod/github.com/signintech/gopdf@v0.19.0/subset_font_obj.go:139 +0xc3 github.com/signintech/gopdf.(*GoPdf).Cell(0xc000118000, 0x0?, {0x5244aa, 0xc}) /home/debian/go/pkg/mod/github.com/signintech/gopdf@v0.19.0/gopdf.go:1093 +0xb3
The text was updated successfully, but these errors were encountered:
@weidongbcn please provide an example so I can reproduce this.
Sorry, something went wrong.
No branches or pull requests
panic: runtime error: invalid memory address or nil pointer dereference
[signal SIGSEGV: segmentation violation code=0x1 addr=0x1e8 pc=0x4ea943]
goroutine 1 [running]:
github.com/signintech/gopdf.(*SubsetFontObj).AddChars(0x0, {0x5244aa, 0xc})
/home/debian/go/pkg/mod/github.com/signintech/gopdf@v0.19.0/subset_font_obj.go:139 +0xc3
github.com/signintech/gopdf.(*GoPdf).Cell(0xc000118000, 0x0?, {0x5244aa, 0xc})
/home/debian/go/pkg/mod/github.com/signintech/gopdf@v0.19.0/gopdf.go:1093 +0xb3
The text was updated successfully, but these errors were encountered: