wch / extrafont

Tools for using fonts in R graphics
312 stars 49 forks source link

Fonts added with Gnome Font Viewer #64

Closed statnmap closed 4 years ago

statnmap commented 5 years ago

HI, Thanks for this nice package. Dealing with extra fonts is less painful.
Now I dream to be able to install fonts on the system with command line from R, whatever the OS...

This PR is for Ubuntu users.
On Ubuntu, when adding fonts graphically with Gnome Font Viewer, fonts are stored in "~/.local/share/fonts/". I added this path in function ttf_find_default_path().

wch commented 4 years ago

Thanks!