wch / extrafont

Tools for using fonts in R graphics
315 stars 48 forks source link

Add an all device to loadfonts() #58

Closed jrnold closed 5 years ago

jrnold commented 6 years ago

Add an "all" device to loadfonts() which will load fonts for all devices (depending on the OS). This avoids having to call loadfonts() for each device (which is the typical use). Additionally, there was some code refactoring done.