wch / extrafont

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

add path to fonts installed in Window without admin privileges #68

Open renejuan opened 4 years ago

renejuan commented 4 years ago

In Windows, fonts can be installed without admin privileges but they will be installed under file.path(Sys.getenv()["LOCALAPPDATA"], "Microsoft", "Windows", "Fonts"). This will be a nice enhancement to add this directory by default.

wch commented 4 years ago

Do you want to make a pull request?

renejuan commented 4 years ago

i look into it and send you a pull request