sysfonts
sysfonts copied to clipboard
Loading Fonts into R
Hi. I've got problem with rendering quarto document. Code chunk: ```{r} #| message: false #| warning: false #| echo: false #| sysfonts::font_paths(c("C:/Windows/Fonts", "C:/Users/rjazwiec/AppData/Local/Microsoft/Windows/Fonts")) sysfonts::font_add("Roboto Condensed", regular = "RobotoCondensed-Regular.ttf", bold =...
When trying to install, I get the following error: ``` checking for freetype-config... no **************************************************** Error: freetype-config not found. Please install FreeType with freetype-config script. If you have not installed...
Hello, I get an error as follows: font_add('NSimSun', "D:/Desktop/StartR/NSimSun.ttf") Error in check_font_path(regular, "regular") : **font file not found for 'regular' type** I don't know what's the 'regular' type for font_add()...
My company font family includes a font face called 'Book', but `font_add()` does not support this font face. Does it make sense to support arbitrary font face names in `font_add()`?...
* installing *source* package ‘sysfonts’ ... ** 成功将‘sysfonts’程序包解包并MD5和检查 ** using staged installation checking for gcc... x86_64-conda_cos6-linux-gnu-cc checking whether the C compiler works... yes checking for C compiler default output file...