jung-kurt / gofpdf

A PDF document generator with high level support for text, drawing and images
http://godoc.org/github.com/jung-kurt/gofpdf
MIT License
4.33k stars 782 forks source link

Prevent panic on unsupported char for MultiCell #337

Closed oliverpool closed 4 years ago

oliverpool commented 4 years ago

Currently if an unsupported char is inserted (like 😀) the library panics.

I think it would be better to return an error.

jung-kurt commented 4 years ago

Thanks @oliverpool -- this is a real improvement.