phpdave11 / gofpdf

A PDF document generator with high level support for text, drawing and images
http://godoc.org/github.com/phpdave11/gofpdf
MIT License
214 stars 42 forks source link

Prevent crashing when splitting text with usupported characters #5

Closed gonzaloserrano closed 3 years ago

gonzaloserrano commented 4 years ago

Didn't have time to do a proper test but this fixes splitting lines when using for e.g emojis.

It's similar to this fix c4685a7