Winston Chang
Winston Chang
Those branches were based on an older versions of extrafont and Rttf2pt1. I just pushed some changes to those branches. Can you try reinstalling them from github and see if...
The compile warnings are normal for Rttf2pt1. Have you tried the following? - Create PDF and embed the fonts into it - Create a PNG
For what it's worth, I updated the the freetype2 branch of Rttf2pt1 and the freetype branch of extrafont. It imports Myriad Pro for me (I'm running macOS 10.12.3): ```R library(devtools)...
@gbonomib Hopefully I'll have Rttf2pt1 updated for R 3.5.0 within the next week.
Do you want to make a pull request?
Two things to check: - Did you run `loadfonts()`? - After running `loadfonts()`, does the font show up when you run `str(pdfFonts(), max.level=1)`?
I just rebased and pushed the freetype branch. If you want to try that, install that and the freetype2 branch of Rttf2pt1. As for Roboto, the issue is this: extrafont...
Yes, I think that should do the trick.
Hm... For your package to work, you can: - Add extrafont do the `Depends` field. - Put `require(extrafont)` in your function. - Run the same `loadfonts()` commands that are contained...
Here's a screenshot of the printing of a nested list structure, from something I'm working on. Some of the ideas may be useful here:  Some notes about it: *...