Re: [R] help using extrafont package | R graphics

2014-05-01 Thread Taiyun Wei
The showtext package is really nice! On Thu, May 1, 2014 at 9:33 AM, Yixuan Qiu wrote: > Hi Evan, > If you just need one font, you may try the showtext package. Here is a > piece of code that you can test: > > library(showtext) > # If you have this font installed > font.add("gara", "gara.ttf")

Re: [R] help using extrafont package | R graphics

2014-05-01 Thread Evan Cooch
Thanks very much. I'll give it a try. On 4/30/2014 9:33 PM, Yixuan Qiu wrote: > Hi Evan, > If you just need one font, you may try the showtext package. Here is a > piece of code that you can test: > > library(showtext) > # If you have this font installed > font.add("gara", "gara.ttf") > # Or you

Re: [R] help using extrafont package | R graphics

2014-04-30 Thread Yixuan Qiu
Hi Evan, If you just need one font, you may try the showtext package. Here is a piece of code that you can test: library(showtext) # If you have this font installed font.add("gara", "gara.ttf") # Or you can install a similar one from Google Font # font.add.google("EB Garamond", "gara") # Try some

Re: [R] help using extrafont package | R graphics

2014-04-30 Thread Law, Jason
inal Message- From: r-help-boun...@r-project.org [mailto:r-help-boun...@r-project.org] On Behalf Of Evan Cooch Sent: Saturday, April 26, 2014 1:55 PM To: r-help@r-project.org Subject: [R] help using extrafont package | R graphics Greetings -- Submitted this a little while ago -- for some reaso

[R] help using extrafont package | R graphics

2014-04-26 Thread Evan Cooch
Greetings -- Submitted this a little while ago -- for some reason, still being held up by the moderator. Trying again... For a host of reasons, I need to use/embed Garamond font with various R graphics for a particular publication. I've figured out how to more or less get there from here, usi