joseph-grabinger / flutter_to_pdf

Create PDFs but work with normal Flutter Widgets.
MIT License
21 stars 17 forks source link

not supporting sans serif #88

Open Sed-iq opened 2 months ago

Sed-iq commented 2 months ago

I'm trying to create a simple pdf, but i have set my font fallback to sans-serif because of some reasons with naira symbols, so it's throwing an error, any chance i can get a work around?

joseph-grabinger commented 3 weeks ago

Hey :) Could you please provide some example of your usage and the concrete error you are getting.

Since the fonts you listed are custom fonts (not a default font that is supported by flutter & the pdf package out of the box; see here, the used fonts need to be registered as explained in the README.