dreamRs / esquisse

RStudio add-in to make plots interactively with ggplot2
https://dreamrs.github.io/esquisse
Other
1.76k stars 227 forks source link

font missing #195

Closed xmusphlkg closed 8 months ago

xmusphlkg commented 2 years ago

Hi. When I was downloading pdf through esquisse web and using Times_New_Roman font, the console warned me that missing the font.

font family 'Times_New_Roman' not found in PostScript font database

Then I use loadfonts(device = "postscript") to load this font, font displays fine but letters are over overlapping like this post https://stackoverflow.com/questions/31395321/pdf-with-extrafont-creates-overlapping-text.

This issue seems can deal with Cairo packages.

Thanks