<?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: Font change in SAS Enterprise Guide</title>
    <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Font-change/m-p/885594#M43341</link>
    <description>Not Working. I need on rtf results</description>
    <pubDate>Thu, 20 Jul 2023 12:21:32 GMT</pubDate>
    <dc:creator>Daily1</dc:creator>
    <dc:date>2023-07-20T12:21:32Z</dc:date>
    <item>
      <title>Font change</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Font-change/m-p/885566#M43339</link>
      <description>&lt;P&gt;i have this type of data&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Daily1_0-1689832524773.png" style="width: 596px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/85935i620D1AFFA53C3229/image-dimensions/596x249?v=v2" width="596" height="249" role="button" title="Daily1_0-1689832524773.png" alt="Daily1_0-1689832524773.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;i want&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Daily1_1-1689832604765.png" style="width: 575px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/85936iC84B848400F7487E/image-dimensions/575x351?v=v2" width="575" height="351" role="button" title="Daily1_1-1689832604765.png" alt="Daily1_1-1689832604765.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;i have font name but my font not working on my sas eg . font is "DVOT-SurekhMR".&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;PROC SQL;
   CREATE TABLE WORK.have AS 
   SELECT t1.TOT_GOV_SCH, 
          t1.TOT_GOV_SCH_GRL, 
          t1.TOT_TCHR_GOV_SCH, 
          t1.TOT_TCHR_GOV_SCH_GRL, 
          t1.TOT_BOY_GOV_SCH, 
          t1.TOT_BOY_GOV_SCH_GRL
      FROM Work.temp t1
      ;
QUIT;
ods rtf file="report.rtf" style=styles.minimal bodytitle_aux ;
proc report data= have;
run;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 20 Jul 2023 06:03:05 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Font-change/m-p/885566#M43339</guid>
      <dc:creator>Daily1</dc:creator>
      <dc:date>2023-07-20T06:03:05Z</dc:date>
    </item>
    <item>
      <title>Re: Font change</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Font-change/m-p/885585#M43340</link>
      <description>&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;ods rtf file="c:\temp\report.rtf" style=styles.minimal bodytitle_aux  ;
proc report data=sashelp.class nowd style(column)={fontfamily='DVOT-SurekhMR'};  
run;
ods rtf close;&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Thu, 20 Jul 2023 11:37:07 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Font-change/m-p/885585#M43340</guid>
      <dc:creator>Ksharp</dc:creator>
      <dc:date>2023-07-20T11:37:07Z</dc:date>
    </item>
    <item>
      <title>Re: Font change</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Font-change/m-p/885594#M43341</link>
      <description>Not Working. I need on rtf results</description>
      <pubDate>Thu, 20 Jul 2023 12:21:32 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Font-change/m-p/885594#M43341</guid>
      <dc:creator>Daily1</dc:creator>
      <dc:date>2023-07-20T12:21:32Z</dc:date>
    </item>
    <item>
      <title>Re: Font change</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Font-change/m-p/885631#M43342</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/236411"&gt;@Daily1&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;Not Working. I need on rtf results&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;"Not working" is awful vague.&lt;BR /&gt;&lt;BR /&gt;Are there errors in the log?: Post the code and log in a code box opened with the "&amp;lt;/&amp;gt;" to maintain formatting of error messages.&lt;BR /&gt;&lt;BR /&gt;No output? Post any log in a code box.&lt;BR /&gt;&lt;BR /&gt;Unexpected output? Provide input data in the form of data step code pasted into a code box, the actual results and the expected results. Instructions here: &lt;A href="https://communities.sas.com/t5/SAS-Communities-Library/How-to-create-a-data-step-version-of-your-data-AKA-generate/ta-p/258712" target="_blank"&gt;https://communities.sas.com/t5/SAS-Communities-Library/How-to-create-a-data-step-version-of-your-data-AKA-generate/ta-p/258712&lt;/A&gt; will show how to turn an existing SAS data set into data step code that can be pasted into a forum code box using the "&amp;lt;/&amp;gt;" icon or attached as text to show exactly what you have and that we can test code against.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Note that the reference SAS requires for some fonts may appear a bit differently than what you think the name is. Also since you mention SAS EG then your SAS is likely&amp;nbsp; actually executing on a server. If that server does not have the font installed then it likely can't be used by EG. So contact your admins about the fonts installed on the server.&lt;/P&gt;</description>
      <pubDate>Thu, 20 Jul 2023 14:28:18 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Font-change/m-p/885631#M43342</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2023-07-20T14:28:18Z</dc:date>
    </item>
  </channel>
</rss>

