<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Problem of device 'SASEMF' for COMPLEX font on DOS RTF in SAS 9.3 in Graphics Programming</title>
    <link>https://communities.sas.com/t5/Graphics-Programming/Problem-of-device-SASEMF-for-COMPLEX-font-on-DOS-RTF-in-SAS-9-3/m-p/396702#M13587</link>
    <description>&lt;P&gt;Best to contact tech support for this one. This is what I get using 9.4:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Capture.PNG" style="width: 313px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/15236iDD08CE4F234B7F4E/image-size/large?v=v2&amp;amp;px=999" role="button" title="Capture.PNG" alt="Capture.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
    <pubDate>Sun, 17 Sep 2017 22:09:41 GMT</pubDate>
    <dc:creator>ChrisNZ</dc:creator>
    <dc:date>2017-09-17T22:09:41Z</dc:date>
    <item>
      <title>Problem of device 'SASEMF' for COMPLEX font on DOS RTF in SAS 9.3</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Problem-of-device-SASEMF-for-COMPLEX-font-on-DOS-RTF-in-SAS-9-3/m-p/395137#M13548</link>
      <description>&lt;P&gt;I Recently got a project needs SAS 9.3 to generate figure with font COMPLEX font. The output is RTF with SASEMF graph. goptions&amp;nbsp; device=sasemf works fine in SAS 9.2, but the re-solution of plot&amp;nbsp;is&amp;nbsp;terrible in SAS 9.3 as below.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Untitled1.png" style="width: 600px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/15038i8C1DD5B1F8DDD63A/image-size/large?v=v2&amp;amp;px=999" role="button" title="Untitled1.png" alt="Untitled1.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;It seemed that COMPELX font was not suppoted well by SASEMF in SAS 9.3. What it is the best way to use SASEMF with COMPLEX font in SAS9.3. I know this is an old version issue. But I still hope I could get some clues about this. Thank you.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Below is the code I used for this test&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;ods graphics off;
ods _all_ close; 
ods listing; 

proc sort data=sashelp.class out=class; 
by sex; run;

title;
footnote;

options orientation=portrait;

goptions reset=all device=sasemf  xmax=6in ymax=4in htext=1 ftext=complex ftitle=complex noborder;

symbol1 c=red v=circle i=none;
symbol2 c=blue v=square i=none;

proc gplot data=class;
	plot weight*height=sex;
run;
title;
footnote;
quit;  

goptions reset=all device=sasemf htext=1 ftext=complex ftitle=complex noborder ymax=4in xmax=6in;

ods rtf file=".\test1.rtf" nogfootnote nogtitle;

title1 'THIS IS TEST';
proc greplay igout=WORK.gseg gout=WORK.mtemp tc=WORK.tmplt template=sid1 nofs;
 	tdef sid1 des='Side 1'
                   1/llx=0   lly=0 ulx=0   uly=100                  
                   urx=100   ury=100 lrx=100  lry=0 color=white;
    template sid1;
    treplay 1:gplot;
run;
quit;

ods rtf close;
title;
footnote;



&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 12 Sep 2017 15:19:57 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Problem-of-device-SASEMF-for-COMPLEX-font-on-DOS-RTF-in-SAS-9-3/m-p/395137#M13548</guid>
      <dc:creator>MINX</dc:creator>
      <dc:date>2017-09-12T15:19:57Z</dc:date>
    </item>
    <item>
      <title>Re: Problem of device 'SASEMF' for COMPLEX font on DOS RTF in SAS 9.3</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Problem-of-device-SASEMF-for-COMPLEX-font-on-DOS-RTF-in-SAS-9-3/m-p/396702#M13587</link>
      <description>&lt;P&gt;Best to contact tech support for this one. This is what I get using 9.4:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Capture.PNG" style="width: 313px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/15236iDD08CE4F234B7F4E/image-size/large?v=v2&amp;amp;px=999" role="button" title="Capture.PNG" alt="Capture.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 17 Sep 2017 22:09:41 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Problem-of-device-SASEMF-for-COMPLEX-font-on-DOS-RTF-in-SAS-9-3/m-p/396702#M13587</guid>
      <dc:creator>ChrisNZ</dc:creator>
      <dc:date>2017-09-17T22:09:41Z</dc:date>
    </item>
  </channel>
</rss>

