extrafont Questions

7

Solved

Once upon a time, I changed my ggplot2 font using windowsFonts(Times=windowsFont("TT Times New Roman")). Now, I can't get it off of this. In trying to set family="" in ggplot2 t...
Fiora asked 30/12, 2015 at 4:2

3

Solved

I have a folder on my Windows desktop (C:\Users\me\Desktop\Fonts) which contains fonts that I would like to import into R using extrafont. When I try to import the fonts using library(extrafont) ...
Hispanicism asked 14/4, 2020 at 9:12

1

I have loaded my fonts using library(extrafont) font_import() When I look at the path using fonttable() There are some fonts which does not exist any longer under that path. This creates som...
Sabella asked 11/3, 2020 at 12:19

3

Solved

I'm making a chart in ggplot2 and ggsave() does not do what I expect. require(ggplot2) require(showtext) showtext_auto() hedFont <- "Pragati Narrow" font_add_google( name = hedFont, family =...
Lalittah asked 18/9, 2018 at 22:33

1

Solved

I've written a function to share among colleagues for graphing, and my organization prefers Calibri to the ggplot2 default Arial for the text. If I were the only person who'd be using this function...
Seltzer asked 24/9, 2021 at 1:16

1

Solved

I would like to use the free font Lato in ggplot2 graphs since the remainder of my R markdown document is set in this font. The font is installed on my system and available in the Font Book (once ...
Burnett asked 28/5, 2020 at 14:24

1

I'm currently trying to use Arial.ttf in all my plots. I have found several manuals about fonts online, I'm however running into issues when I try to save the pot via ggsave and the default device....
Gerkman asked 22/9, 2016 at 12:2

1

Solved

Based on the advice in this post I am trying to get the serif font (or 'family' of fonts) installed into R so that I can save ggplots as .eps files. Though the suggestion provided worked I would li...
Garzon asked 13/8, 2019 at 20:37

1

Solved

I can customize the font in a ggplot with: library(extrafont) windowsFonts() font_import(pattern = "comic", prompt = FALSE) loadfonts(device = "win") windowsFonts() ggplot(mapping=aes(x=seq(1,10...
Nieves asked 11/3, 2019 at 10:45

1

My plot works, except I'm not able to get the font family to change. It always stays with the default, even when I can other things to change like color, size, and justification. Here's my c...
Horwitz asked 16/8, 2018 at 21:14
1

© 2022 - 2024 — McMap. All rights reserved.