Winston Chang
Winston Chang
@teucer Sorry, I copied and pasted the wrong code. I've fixed it in my comment above.
@mmuurr That looks like OK to me. One thing to keep in mind is that, if the function actually uses `self`, as in `self$n`, it may be surprising for someone...
Hm, it looks like this might have already been address in R. In R 3.5.0, I tried loading a package built on R 3.4.4 and got this message: ``` d>...
I'm attempting to convert JSON to an R object, and then back to JSON, but I'm having trouble keeping the output semantically the same as the input. Here's a function...
Unfortunately, these warnings are due to limitations in the ttf2pt1 program (the program hasn't been updated in many years) which extrafont uses via the Rttf2pt1 package.
For a little context around Rttf2pt1, which is a wrapper around ttf2pt1: ttf2pt1 itself has not had any development activity in 19 years, and compiling ttf2pt1 results many compiler warnings....
Sounds like a good idea. I'll definitely consider a PR.
Hmm. This may require recompiling ttf2pt1 to use the FreeType 2 library, instead of relying on ttf2pt1's built-in ttf-to-afm capabilities. Hopefully ghostscript can also embed OTF fonts directly, as it...
I've implemented this in an experimental branch. If you could test it out, that would be great. Here's how to install it (you'll need a compiler installed, via the Windows...
@markheckmann I just rebased and push the freetype branches for Rttf2pt1 and extrafont. Could you try to re-install them, and re-import the fonts? This might be related to #11, but...