You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is it possible to add embedding font support to grails-pdfplugin? When creating pdfs in langages with diactric marks, letters with diactric marks are not shown since there is no embedded font to display them. To change it I have made following:
Added new configuration variable in Config.groovy:
sweet, looks like a good fix to embedding fonts. might need some tweaking because people aren't going to want to edit the config file of the plugin itself, but rather in their application ... but maybe that is what you meant... anyway I'll see if I can get it in soon.
Is it possible to add embedding font support to grails-pdfplugin? When creating pdfs in langages with diactric marks, letters with diactric marks are not shown since there is no embedded font to display them. To change it I have made following:
Added new configuration variable in Config.groovy:
Modified PdfService.groovy
(added imports)
(after creating renderer add fonts)
Best,
Marcin
The text was updated successfully, but these errors were encountered: