What graphics devices let me use system fonts for text within charts? The base graphics system only has a small amount of documentation around the par(family=...) options.
Ideally I’d like to be able to use any font I can browse through a tool like xfontsel on Linux or the equivalent utilities on other platforms.
My current solution is to plot out as PDF and then use a 3rd party program to replace the fonts from within the PDF. This is not ideal.
A list of fonts is available to the
pdf()command, like this:To use when creating a PDF, for example: