<?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 Installing &amp;quot;Courier New&amp;quot; font in the SAS Grid Server in Solaris in Administration and Deployment</title>
    <link>https://communities.sas.com/t5/Administration-and-Deployment/Installing-quot-Courier-New-quot-font-in-the-SAS-Grid-Server-in/m-p/742351#M22191</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;For one of the requirement , I need to install &lt;STRONG&gt;Courier New&lt;/STRONG&gt; font in the SAS Grid Server.&lt;BR /&gt;Please let us now the steps involved to install &lt;STRONG&gt;Courier New&lt;/STRONG&gt; font, as the Server is Solaris platform.&lt;BR /&gt;Can anyone help me on this.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Kind Regards,&lt;BR /&gt;Sidhartha&lt;/P&gt;</description>
    <pubDate>Wed, 19 May 2021 08:51:19 GMT</pubDate>
    <dc:creator>siddhu1</dc:creator>
    <dc:date>2021-05-19T08:51:19Z</dc:date>
    <item>
      <title>Installing "Courier New" font in the SAS Grid Server in Solaris</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Installing-quot-Courier-New-quot-font-in-the-SAS-Grid-Server-in/m-p/742351#M22191</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;For one of the requirement , I need to install &lt;STRONG&gt;Courier New&lt;/STRONG&gt; font in the SAS Grid Server.&lt;BR /&gt;Please let us now the steps involved to install &lt;STRONG&gt;Courier New&lt;/STRONG&gt; font, as the Server is Solaris platform.&lt;BR /&gt;Can anyone help me on this.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Kind Regards,&lt;BR /&gt;Sidhartha&lt;/P&gt;</description>
      <pubDate>Wed, 19 May 2021 08:51:19 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Installing-quot-Courier-New-quot-font-in-the-SAS-Grid-Server-in/m-p/742351#M22191</guid>
      <dc:creator>siddhu1</dc:creator>
      <dc:date>2021-05-19T08:51:19Z</dc:date>
    </item>
    <item>
      <title>Re: Installing "Courier New" font in the SAS Grid Server in Solaris</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Installing-quot-Courier-New-quot-font-in-the-SAS-Grid-Server-in/m-p/744118#M22233</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/375476"&gt;@siddhu1&lt;/a&gt;,&lt;BR /&gt;&lt;BR /&gt;You can follow the below steps.&lt;/P&gt;
&lt;P&gt;Also, you can get answers related to fonts installation from blog:&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://blogs.sas.com/content/sgf/2020/03/20/how-to-debug-5-common-sas-software-font-issues/" target="_blank"&gt;https://blogs.sas.com/content/sgf/2020/03/20/how-to-debug-5-common-sas-software-font-issues/&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;To permanently install the font (run commands in compute node):&lt;/P&gt;
&lt;P&gt;1. Stop all SAS services&lt;/P&gt;
&lt;P&gt;2. For evidences you can run the below command to take list of already installed fonts.&lt;/P&gt;
&lt;P&gt;&amp;lt;sas install path&amp;gt;/SASFoundation/9.4/sas -nodms -log ~/preinstall_SASFontsList.log&lt;/P&gt;
&lt;P&gt;proc registry startat="\CORE\PRINTING\FREETYPE\FONTS" list levels=1;&lt;BR /&gt;run;&lt;/P&gt;
&lt;P&gt;3. Open the SAS session with command: &amp;lt;sas install path&amp;gt;/SASFoundation/9.4/sas -nodms -log ~/fontinstall.log&lt;/P&gt;
&lt;P&gt;4. Run below commands (run each in new line) -&amp;nbsp; fontfile command can have multiple entries together for different courier new font ttf files&lt;/P&gt;
&lt;P&gt;proc fontreg msglevel=verbose mode=add usesashelp;&lt;/P&gt;
&lt;P&gt;fontfile '&amp;lt;sashome path&amp;gt;/sashome/ReportFontsforClients/9.4/courbd.ttf' '&amp;lt;sashome path&amp;gt;/sashome/ReportFontsforClients/9.4/courbi.ttf' '&amp;lt;sashome path&amp;gt;/sashome/ReportFontsforClients/9.4/cour.ttf' '&amp;lt;sashome path&amp;gt;/sashome/ReportFontsforClients/9.4/couri.ttf';&lt;/P&gt;
&lt;P&gt;run;&lt;BR /&gt;endsas;&lt;/P&gt;
&lt;P&gt;5. Then run again the below command to take evidences post the installation.&lt;/P&gt;
&lt;P&gt;&amp;lt;sas install path&amp;gt;/SASFoundation/9.4/sas -nodms -log ~/postinstall_SASFontsList.log&lt;/P&gt;
&lt;P&gt;proc registry startat="\CORE\PRINTING\FREETYPE\FONTS" list levels=1;&lt;BR /&gt;run;&lt;BR /&gt;endsas;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Hope this helps.&lt;/P&gt;</description>
      <pubDate>Thu, 27 May 2021 11:45:30 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Installing-quot-Courier-New-quot-font-in-the-SAS-Grid-Server-in/m-p/744118#M22233</guid>
      <dc:creator>sandeeppajni2</dc:creator>
      <dc:date>2021-05-27T11:45:30Z</dc:date>
    </item>
  </channel>
</rss>

