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

It seems that this library is no longer maintained, still an issue so others can maybe solve this problem. When downloading a .ttf on Mac OS, it is stored in...

Hi, I wanted to use a custom font within my `.Rnw` beamer presentation. A minimal working example that reproduces the error is: ``` \documentclass{beamer} \begin{document} \begin{frame}[plain] = library(ggplot2) library(extrafont) @...

As [described here](https://stackoverflow.com/a/38596730/435093), I could not get Linux Libertine fonts to work without manually editing the `fonttable.csv` file to copy over the `FontName` to `FamilyName`. It seems that extrafont relies...

I love extrafont, so thank you! But, I have run into something I can't seem to figure out. Minimal example of issue below. Negative values in scatterplot cause issues with...

Dear Winston, I realise this has been raised as an issue previously, but it is marked as 'closed' however I still have this problem. I apologise in advance if I...

Hi, When I load fonts, I receive output as follows: `> loadfonts() Liberation Sans already registered with pdfFonts(). More than one version of regular/bold/italic found for Open Sans. Skipping setup...

Lots of the new fonts in Windows 7 (and I think Mac) are OpenType, which I think is a superset of TrueType. Perhaps 50% of the fonts on my Win7...

Got following, already known issues, yet appearing to be unsolved. .... Found FontName for 1079 fonts. Scanning afm files in /home/fabien/R/i686-pc-linux-gnu-library/3.3/extrafontdb/metrics Error in if (grepl("Symbol", FamilyName)) Symbol

I can't use extrafonts after what looks like a successful installation in R. extrafont gives an error: ``` loadfonts() Error in (function (...) : invalid arguments in 'pdfFonts' (must be...

I loaded the `xkcd` font into the current directory. Following steps: ``` font_import(".", prompt = F) loadfonts() # Registering font with R using pdfFonts(): xkcd ggplot(data = tg, aes(dose, len))...