wch / extrafont

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

No Fontname. Skipping, for all of my fonts in Windows? #76

Open FlyImagi opened 4 years ago

FlyImagi commented 4 years ago

I am running these import Liner and can't seem to import fonts correctly to R..

install.packages("extrafontdb", repos = "http://cran.rstudio.com/")
install.packages("extrafont")
library(extrafont)
library(extrafontdb)
font_import()

(The Results I get) https://imgur.com/3wMTnpg

I already give privileges for the Administrator to full control in Fonts folder, anyone can tell me why this happen?

wzbillings commented 2 years ago

try the solution in #88 if you're still having this issue