<?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: Using SAS/Graph fonts in SGPLOT in Graphics Programming</title>
    <link>https://communities.sas.com/t5/Graphics-Programming/Using-SAS-Graph-fonts-in-SGPLOT/m-p/697648#M20716</link>
    <description>&lt;P&gt;This is a guess in part as I haven't found anything in the documentation. I think that the Font needs to be registered with the operating system and not just in SAS as the device SAS Graph fonts are.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;One reason I think so is that the ODS graphics will work completely without SAS Graph installation (now).&lt;/P&gt;
&lt;P&gt;I do note that the SAS fonts like SWISS are not available from the Windows OS point of view, not in the font selectors font settings window by default.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you can install the font to the OS level I bet it will work. Not interested enough to try to pull SWISS to the system though.&lt;/P&gt;</description>
    <pubDate>Mon, 09 Nov 2020 15:57:05 GMT</pubDate>
    <dc:creator>ballardw</dc:creator>
    <dc:date>2020-11-09T15:57:05Z</dc:date>
    <item>
      <title>Using SAS/Graph fonts in SGPLOT</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Using-SAS-Graph-fonts-in-SGPLOT/m-p/697388#M20715</link>
      <description>&lt;P&gt;Is it possible to use SAS/Graph line or stroke fonts in SGPLOT ? I ask because I eventually want to use a custom font created with PROC GFONT.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;This sample suggests no &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;ods html file='plot.html';

proc sgplot data=sashelp.class;
  title "Scatter!";
  scatter x=age y=weight;
run;

proc sgplot data=sashelp.class;
  title f=Swiss "Scatter!";
  scatter x=age y=weight;
run;

proc gplot data=sashelp.class;
  title f=Swiss "Scatter!";
  plot weight * age;
run;

ods html close;&lt;/PRE&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="RichardADeVenezia_0-1604801179154.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/51499iB4967579E30BC251/image-size/medium?v=v2&amp;amp;px=400" role="button" title="RichardADeVenezia_0-1604801179154.png" alt="RichardADeVenezia_0-1604801179154.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;There is no &lt;SPAN style="text-decoration: line-through;"&gt;PROC SGGFONT.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;Might there be some trick to coerce SG* into using the old fonts (or a GFONT created font) ?&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 08 Nov 2020 02:09:46 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Using-SAS-Graph-fonts-in-SGPLOT/m-p/697388#M20715</guid>
      <dc:creator>RichardDeVen</dc:creator>
      <dc:date>2020-11-08T02:09:46Z</dc:date>
    </item>
    <item>
      <title>Re: Using SAS/Graph fonts in SGPLOT</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Using-SAS-Graph-fonts-in-SGPLOT/m-p/697648#M20716</link>
      <description>&lt;P&gt;This is a guess in part as I haven't found anything in the documentation. I think that the Font needs to be registered with the operating system and not just in SAS as the device SAS Graph fonts are.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;One reason I think so is that the ODS graphics will work completely without SAS Graph installation (now).&lt;/P&gt;
&lt;P&gt;I do note that the SAS fonts like SWISS are not available from the Windows OS point of view, not in the font selectors font settings window by default.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you can install the font to the OS level I bet it will work. Not interested enough to try to pull SWISS to the system though.&lt;/P&gt;</description>
      <pubDate>Mon, 09 Nov 2020 15:57:05 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Using-SAS-Graph-fonts-in-SGPLOT/m-p/697648#M20716</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2020-11-09T15:57:05Z</dc:date>
    </item>
  </channel>
</rss>

