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.32k stars 780 forks source link

Fixed id collisions with fonts when encoding and decoding #220

Closed d1ngd0 closed 5 years ago

d1ngd0 commented 5 years ago

Made font id a string which is a sha1 sum of the contents of the json file.