Open Dyachenko022 opened 1 year ago
I am using this library to read pdfs generated by server. The generated pdfs are using arial.ttf font, which, as far as i know, is not added on android by default. My question is, can i add custom fonts within my app to render those pdfs properly?
The server should embed all thee fonts used in the generated pdf. This way your app is not tightly coupled with the pdf generation of the server.
I am using this library to read pdfs generated by server. The generated pdfs are using arial.ttf font, which, as far as i know, is not added on android by default. My question is, can i add custom fonts within my app to render those pdfs properly?