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
When I try to draw emojis in the PDF, it causes the library to panic with the error below: panic: runtime error: index out of range with length 65536
panic: runtime error: index out of range with length 65536
Others are running into the same issue: jung-kurt/gofpdf#255 jung-kurt/gofpdf#330
Is it possible to have the library support drawing of emojis in the PDF? Thanks!
The text was updated successfully, but these errors were encountered:
When I try to draw emojis in the PDF, it causes the library to panic with the error below: panic: runtime error: index out of range with length 65536 Others are running into the same issue: jung-kurt/gofpdf#255 jung-kurt/gofpdf#330 Is it possible to have the library support drawing of emojis in the PDF? Thanks!
Are you solved this problem? I meet the same problem, when write some words like 𨫎♠ and it will always existed. Thank you for your reply.
𨫎♠
Sorry, something went wrong.
No branches or pull requests
When I try to draw emojis in the PDF, it causes the library to panic with the error below:
panic: runtime error: index out of range with length 65536
Others are running into the same issue:
jung-kurt/gofpdf#255
jung-kurt/gofpdf#330
Is it possible to have the library support drawing of emojis in the PDF? Thanks!
The text was updated successfully, but these errors were encountered: