Date: Mon, 2 Jul 2007 12:14:13 -0400
Reply-To: Ya Huang <ya.huang@AMYLIN.COM>
Sender: "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From: Ya Huang <ya.huang@AMYLIN.COM>
Subject: Re: ods rtf with emf graphics
Unfortunately, EMF driver can't be used for ods/rtf (confirmed by SAS) yet.
I was recently told by a SAS tech support that from v9.2, SAS will have
a whole new suite of true type fonts for all kinds of graph drivers,
including SASEMF, hopefully it will make our life much easier by using
ods/rtf and the new SASEMF driver.
When you try png driver, did you redefine the resolution? You may want
to try xpixels and xpixels goption. By increasing the resolution, I think
you can probably get the high quality font you want. By default, the
png resolution is about 100dpi. You can increase it by increasing the
xpixels and ypixels, for me 300dpi would be good enough.
On Mon, 2 Jul 2007 04:45:22 -0700, ckxplus@yahoo.com <ckxplus@YAHOO.COM>
wrote:
>Following recent threads in this newsgroups, I decided to try SAS/
>Graph in combination with ODS RTF. The graphs worked fine with the emf
>driver but when I use ODS, 'Arial' is replaced by font simulate and
>the result is rubbish. I *can* use Arial if I specify device=png and
>target=png but the quality of the output suffers.
>
>The problem seems to be that the SASEMF driver is used in combination
>with ODS RTF and that only supports courier (although the SAS help
>file says it supports truetype fonts),. Can anyone tell me how to get
>high resolution graphics using ODS RTF? The reason I'm so interested
>is that I'd like to write the titles and footnotes to the body text of
>the document rather than the graph. Any tips, wikis, sugi papers on
>this?
>
>Advance thanks,
>John Hendrickx
|