I have successfully added the font Arial to TCPDF, however the filesize is large due to it embedding the font. I would have thought Arial was a standard font on the vast majority of users machines, so is there a way of it working by using Arial if available, then Helvetica if not, then any sans-serif font as a backup?
| |||||
feedback
|
|
You can subset the font, which embeds only the glyphs that are actually used in your document. That'll save some space as Arial has glyphs for a very very large swath of the Unicode character space. it's the last argument in the setFont() call (scroll to the bottom of the page). | |||
feedback
|
|
I found that if I remove all | |||
|
feedback
|