extrafont icon indicating copy to clipboard operation
extrafont copied to clipboard

Tools for using fonts in R graphics

Results 60 extrafont issues
Sort by recently updated
recently updated
newest added

can someone tell me how to install "Young" Font in Mac, thanks.

Hi all, I run R 3.6.1 on a macOS Catalina (10.15) and have installed R, extrafont and extrafontdb with conda. Ghostscript and Xcode are installed. When running `font_import()` it goes...

I have succeeded in using extrafont to allow me to use a monospaced font (Lucida Console) in a GMisc multistate diagram in a vanilla RStudio session (so as to assure...

Hi I installed the font `Droid Sans Mono` but all the plots ```r family

Hi I would like the result of `fonts()` sorted alphabetically. ```r packageDescription("extrafont") # Version: 0.17 font_import() loadfonts() fonts() # ... # [31] "Lato Thin" "Droid Sans Fallback" "Noto Mono" #...

Hi, If I run `font_import`, after scanning all the directories, it fails with the following error: ``` Found FontName for 5044 fonts. Scanning afm files in /usr/lib/R/library/extrafontdb/metrics Error in if...

I got system crash when i run the `font_import()` in my win10. In the beginning, it can read the font of my system, but later, the Rstudio got stuck, and...

I'm writing a package where I would like to include some plotting functions with a specified font. I added extrafont to the `imports` field in DESCRIPTION, and use `extrafont::choose_font()` to...

Using `font_import()` in a non-interactive session require the user to manually set `prompt = FALSE` to avoid user interaction. `font_import()` should instead check `if (interactive())` to determine if the prompt...

Argument `prompt` in `font_import()` defaults to `NULL` and is set to match `interactive()`. (#71)