showtext icon indicating copy to clipboard operation
showtext copied to clipboard

Using Fonts More Easily in R Graphs

Results 20 showtext issues
Sort by recently updated
recently updated
newest added

Hi Yixuan, I wonder if you might have an idea why showtext is not working as expected in the Jupyter notebook. Is there any way I can try to debug...

It's probably too late to fix this, but in R, it's conventional to use `.` only for S3 method names.

This would be useful for people using grid graphics (e.g. ggplot2) so that you don't need to mess text rendering globally.

Hello, thanks for the package. The docs are not very clear on whether I need to execute, for example, font_add_google("Roboto","roboto") every time I use the font, or only the first...

For demonstrating this, I will use the example plot from `{ggtext}`. My graphical device is set to `ragg::agg_png`. Thank you for your work on this package :) ## Plot without...

When I try `font_add_google(name = "Noto Sans", family = "Noto Sans")` then the error `Error in loadNamespace(x) : there is no package named ‘jsonlite’` occurs. I cannot use the showtext...

Thanks for the really useful package. I'm running into some problems when trying to use showtext with Quarto. I'm familiar with using `fig.showtext = TRUE` in rmarkdown code chunks and...

详细报告和讨论见 https://d.cosx.org/d/424319

Could `showtext` provide some simple way to use custom fonts in plotly (without use of `ggplotly()`)? I had to use the following work around to use a custom font: ```...

I am using showtext for a ggplot2 theme for my organization. As a result, I would like showtext to always be enabled in vignettes in pkgdown websites. I can specify:...