Alternative to ggplot2::ggsave that embeds fonts
save_plot_with_fonts(plot, path, ...)
ggplot2
plot to save
character, path (relative to current directory)
other arguments passed to ggplot2::ggsave.
path
if (interactive()) {
save_plot_with_fonts(demo_theme_ku(), "test.pdf")
}