<?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 Adding a new font to sas registry in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Adding-a-new-font-to-sas-registry/m-p/496198#M131166</link>
    <description>&lt;P&gt;How do I add a new font to sas registry? Is there any code for doing that?&lt;/P&gt;&lt;P&gt;I already have the font installed on my PC but I need it in sas&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 17 Sep 2018 12:03:19 GMT</pubDate>
    <dc:creator>Anita_n</dc:creator>
    <dc:date>2018-09-17T12:03:19Z</dc:date>
    <item>
      <title>Adding a new font to sas registry</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Adding-a-new-font-to-sas-registry/m-p/496198#M131166</link>
      <description>&lt;P&gt;How do I add a new font to sas registry? Is there any code for doing that?&lt;/P&gt;&lt;P&gt;I already have the font installed on my PC but I need it in sas&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 17 Sep 2018 12:03:19 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Adding-a-new-font-to-sas-registry/m-p/496198#M131166</guid>
      <dc:creator>Anita_n</dc:creator>
      <dc:date>2018-09-17T12:03:19Z</dc:date>
    </item>
    <item>
      <title>Re: Adding a new font to sas registry</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Adding-a-new-font-to-sas-registry/m-p/496202#M131169</link>
      <description>&lt;P&gt;Check the online documentation...&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;H2 class="xis-title"&gt;Registering Fonts with PROC FONTREG&lt;/H2&gt;
&lt;DIV class="xis-topicContent" id="n1w1a0291nvp7yn1012mejevb71l"&gt;
&lt;DIV class="xis-paragraph" id="n1mqmp0hjkyykqn1p3j6c1qdgnoa"&gt;PROC FONTREG is used to register fonts in the SAS Registry. For example, if you have a Type1 or OpenType font in your Windows font directory, you can register the font by submitting the following code:&lt;/DIV&gt;
&lt;DIV class="xis-codeBlock" id="p0fjvs5q40np5cn1746ak4pdd7fx"&gt;
&lt;PRE class="xis-code"&gt;proc fontreg mode=add;
fontpath '!SYSTEMROOT\fonts';
run;&lt;/PRE&gt;
&lt;/DIV&gt;
&lt;DIV class="xis-paragraph" id="n09zh199urrnh0n1xtv5qkx54bfu"&gt;This code will register all of the other font files in the Windows font directory.&lt;/DIV&gt;
&lt;/DIV&gt;</description>
      <pubDate>Mon, 17 Sep 2018 12:20:45 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Adding-a-new-font-to-sas-registry/m-p/496202#M131169</guid>
      <dc:creator>data_null__</dc:creator>
      <dc:date>2018-09-17T12:20:45Z</dc:date>
    </item>
    <item>
      <title>Re: Adding a new font to sas registry</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Adding-a-new-font-to-sas-registry/m-p/496208#M131171</link>
      <description>&lt;P&gt;Hello, thanks for the reply. I have already tried that code but it didn't work. Do I need to do something else before running that code?&lt;/P&gt;&lt;P&gt;the font I want to include is Frutiger LT. Its already installed on my pc&lt;/P&gt;</description>
      <pubDate>Mon, 17 Sep 2018 12:48:19 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Adding-a-new-font-to-sas-registry/m-p/496208#M131171</guid>
      <dc:creator>Anita_n</dc:creator>
      <dc:date>2018-09-17T12:48:19Z</dc:date>
    </item>
    <item>
      <title>Re: Adding a new font to sas registry</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Adding-a-new-font-to-sas-registry/m-p/496213#M131174</link>
      <description>&lt;P&gt;Hi:&lt;BR /&gt; Keep in mind that if you use the Frutiger LT font to produce output and you send that output to people who do not have the font, it means that they will get some system default when the font is not found.&lt;BR /&gt;&lt;BR /&gt; For that reason, we recommend using the most common fonts that are loaded on most systems: Times New Roman, Courier New and Helvetica (or Arial).&lt;BR /&gt;&lt;BR /&gt;Cynthia&lt;/P&gt;</description>
      <pubDate>Mon, 17 Sep 2018 12:59:31 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Adding-a-new-font-to-sas-registry/m-p/496213#M131174</guid>
      <dc:creator>Cynthia_sas</dc:creator>
      <dc:date>2018-09-17T12:59:31Z</dc:date>
    </item>
    <item>
      <title>Re: Adding a new font to sas registry</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Adding-a-new-font-to-sas-registry/m-p/496222#M131179</link>
      <description>&lt;P&gt;Hello Cynthia, thanks for your reply and the info. My client uses Frutiger LT and he wants the font the same. That is why am looking for a means to import that into my sas registry&lt;/P&gt;</description>
      <pubDate>Mon, 17 Sep 2018 13:09:50 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Adding-a-new-font-to-sas-registry/m-p/496222#M131179</guid>
      <dc:creator>Anita_n</dc:creator>
      <dc:date>2018-09-17T13:09:50Z</dc:date>
    </item>
    <item>
      <title>Re: Adding a new font to sas registry</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Adding-a-new-font-to-sas-registry/m-p/496242#M131190</link>
      <description>&lt;P&gt;How do you know it didn't work?&amp;nbsp; Why didn't you say that to begin with and why don't you provide code/sas log etc.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/168930"&gt;@Anita_n&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;Hello, thanks for the reply. I have already tried that code but it didn't work. Do I need to do something else before running that code?&lt;/P&gt;
&lt;P&gt;the font I want to include is Frutiger LT. Its already installed on my pc&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 17 Sep 2018 13:54:20 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Adding-a-new-font-to-sas-registry/m-p/496242#M131190</guid>
      <dc:creator>data_null__</dc:creator>
      <dc:date>2018-09-17T13:54:20Z</dc:date>
    </item>
    <item>
      <title>Re: Adding a new font to sas registry</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Adding-a-new-font-to-sas-registry/m-p/496284#M131206</link>
      <description>&lt;P&gt;Did you read the section in Proc Fontreg&amp;nbsp;in the concepts section about Font Naming?&lt;/P&gt;
&lt;P&gt;Specifically that imported fonts may require a&amp;nbsp;prefix to the name when used:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;BLOCKQUOTE&gt;
&lt;P&gt;When a font is added to the SAS registry, the font name is prefixed with a three-character tag, enclosed in angle brackets (&amp;lt; &amp;gt;). This prefix indicates the font type. For example, if you add the TrueType font Arial to the SAS registry, then the name in the registry is &lt;CODE class="xis-codeDefaultStyle"&gt;&amp;lt;ttf&amp;gt; Arial&lt;/CODE&gt;. This naming convention enables you to add and distinguish between fonts that have the same name but are of different types.&lt;/P&gt;
&lt;DIV class="xis-paragraph" id="p1mxnl2ge76644n1jev0u3klxe89"&gt;When you specify a font in a SAS program (for example, in the TEMPLATE procedure or in the STYLE= option in the REPORT procedure), use the three-character tag to distinguish between fonts that have the same name:&lt;/DIV&gt;
&lt;DIV class="xis-codeBlock" id="p1cv7dokiav77qn1ios4voaiu27d"&gt;
&lt;PRE class="xis-code"&gt;proc report data=sashelp.class nowd
            style(header)=[font_face='&lt;SPAN class="xis-codeFocus"&gt;&amp;lt;ttf&amp;gt; Palatino Linotype&lt;/SPAN&gt;'];
run;&lt;/PRE&gt;
&lt;/DIV&gt;
&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 17 Sep 2018 15:57:07 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Adding-a-new-font-to-sas-registry/m-p/496284#M131206</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2018-09-17T15:57:07Z</dc:date>
    </item>
    <item>
      <title>Re: Adding a new font to sas registry</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Adding-a-new-font-to-sas-registry/m-p/496298#M131210</link>
      <description>&lt;P&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/168930"&gt;@Anita_n&lt;/a&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you want help, you first have to help yourself.&amp;nbsp; That means when saying "I tried it and it didn't work" is un(self)-helpful.&amp;nbsp; Describe the symptoms - a common prerequisite to diagnosis and remedy.&lt;/P&gt;</description>
      <pubDate>Mon, 17 Sep 2018 16:32:46 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Adding-a-new-font-to-sas-registry/m-p/496298#M131210</guid>
      <dc:creator>mkeintz</dc:creator>
      <dc:date>2018-09-17T16:32:46Z</dc:date>
    </item>
    <item>
      <title>Re: Adding a new font to sas registry</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Adding-a-new-font-to-sas-registry/m-p/496473#M131320</link>
      <description>&lt;P&gt;This is the message I got in the log after running the code&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;NOTE: SAS initialization used:
      real time           2.85 seconds
      cpu time            0.96 seconds

1    proc fontreg mode=add;
2    fontpath '!systemroot\fonts';
3    run;

SUMMARY:
  Files processed: 613
  Unusable files: 213
  Files identified as fonts: 400
  Fonts that were processed: 439
  Fonts replaced in the SAS registry: 0
  Fonts added to the SAS registry: 111
  Fonts that could not be used: 328
  Font Families removed from SAS registry: 0

NOTE: PROCEDURE FONTREG used (Total process time):
      real time           1.28 seconds
      cpu time            0.79 seconds

&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Tue, 18 Sep 2018 06:04:04 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Adding-a-new-font-to-sas-registry/m-p/496473#M131320</guid>
      <dc:creator>Anita_n</dc:creator>
      <dc:date>2018-09-18T06:04:04Z</dc:date>
    </item>
    <item>
      <title>Re: Adding a new font to sas registry</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Adding-a-new-font-to-sas-registry/m-p/496767#M131470</link>
      <description>&lt;P&gt;You can run this code to see which TrueType fonts were registered:&lt;/P&gt;
&lt;PRE&gt;proc registry 
   startat='core\printing\freetype\fonts'
   list
   levels=1
   ;
run;&lt;/PRE&gt;
&lt;P&gt;I don't have any Type1 or OpenType fonts installed so can't actually test but I think replacing "freetype" above with "type1" or "opentype" might find fonts of those types if registered.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The list command will send the font details to the LOG. The Levels=1 only sends the first level of information, the name of the font such as&lt;/P&gt;
&lt;P&gt;[ &amp;lt;ttf&amp;gt; Albany AMT]&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If the font name you want doesn't appear then it might have been one of the "Fonts that could &lt;SPAN class="token operator"&gt;not&lt;/SPAN&gt; be used: &lt;SPAN class="token number"&gt;328"&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;LI-WRAPPER&gt;&lt;/LI-WRAPPER&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 18 Sep 2018 22:07:05 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Adding-a-new-font-to-sas-registry/m-p/496767#M131470</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2018-09-18T22:07:05Z</dc:date>
    </item>
    <item>
      <title>Re: Adding a new font to sas registry</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Adding-a-new-font-to-sas-registry/m-p/496826#M131508</link>
      <description>&lt;P&gt;Hi bellardw,&lt;/P&gt;&lt;P&gt;thanks for that code. I got the list of registed fonts but frutiger LT was not included in the list. that means its one of those that could not be used. I tried replace freetype with type1 and opentype but I got an error message that says:&lt;/P&gt;&lt;P&gt;Trying to open a key that does not exist: core\printing \opentype\fonts&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I copied the fonts directly to SASHome\ReportFontsforClients but sas doesn't seems to recognise that.&lt;/P&gt;</description>
      <pubDate>Wed, 19 Sep 2018 05:53:55 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Adding-a-new-font-to-sas-registry/m-p/496826#M131508</guid>
      <dc:creator>Anita_n</dc:creator>
      <dc:date>2018-09-19T05:53:55Z</dc:date>
    </item>
    <item>
      <title>Re: Adding a new font to sas registry</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Adding-a-new-font-to-sas-registry/m-p/508691#M136658</link>
      <description>&lt;P&gt;Hello all,&lt;/P&gt;&lt;P&gt;since I have being tring to solve this problem without any success. I wish to add more details maybe someone may be able the help me.&lt;/P&gt;&lt;P&gt;I used this code to register the new font I wish to add to sas registry&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc fontreg mode =all;
fontpath 'C:\Windows\fonts';
run;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;and this was the output I got in my log:&lt;/P&gt;&lt;P&gt;&lt;FONT color="#339966"&gt;&lt;EM&gt;&lt;FONT size="2"&gt;SUMMARY:&lt;/FONT&gt;&lt;/EM&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#339966"&gt;&lt;EM&gt;&lt;FONT size="2"&gt;Files processed:613&lt;/FONT&gt;&lt;/EM&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#339966"&gt;&lt;EM&gt;&lt;FONT size="2"&gt;Unusable files:213&lt;/FONT&gt;&lt;/EM&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#339966"&gt;&lt;EM&gt;&lt;FONT size="2"&gt;Files identified as fonts: 400&lt;/FONT&gt;&lt;/EM&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#339966"&gt;&lt;EM&gt;&lt;FONT size="2"&gt;Fonts that were processd:439&lt;/FONT&gt;&lt;/EM&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#339966"&gt;&lt;EM&gt;&lt;FONT size="2"&gt;Fonts replaced in SAS registry:0&lt;/FONT&gt;&lt;/EM&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#339966"&gt;&lt;EM&gt;&lt;FONT size="2"&gt;Fonts added to SAS registry:111&lt;/FONT&gt;&lt;/EM&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#339966"&gt;&lt;EM&gt;&lt;FONT size="2"&gt;Fonts that could not be used:328&lt;/FONT&gt;&lt;/EM&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#339966"&gt;&lt;EM&gt;&lt;FONT size="2"&gt;Font Families removed from SAS registry:0&lt;/FONT&gt;&lt;/EM&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000000"&gt;I then&lt;FONT size="2"&gt; used this code to list the registered fonts&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc registry list startat= 'core\printing\freetype\fonts'
list
levels=1
;
run;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;FONT color="#000000"&gt;&lt;FONT size="2"&gt;I got a very long list of fonts.&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000000"&gt;&lt;FONT size="2"&gt;The first note stating the following: this did not include the actual font I was expecting (Frutiger LT)&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT size="2" color="#0000FF"&gt;NOTE: Contents of SASHELP Registry starting at subkey [core\printing\freetype\fonts]&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT size="2" color="#000000"&gt;with for example the following list of fonts:&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT size="2" color="#000000"&gt;&amp;lt;ttf&amp;gt; Arial]&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT size="2" color="#000000"&gt;&amp;lt;ttf&amp;gt; Batang]&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT size="2" color="#000000"&gt;.&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT size="2" color="#000000"&gt;.&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT size="2" color="#000000"&gt;.&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT size="2" color="#000000"&gt;.&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT size="2" color="#000000"&gt;etc&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000000"&gt;&lt;FONT size="2"&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000000"&gt;&lt;FONT size="2"&gt;and the second note stating the following: this includes the actual font I need (Frutiger LT)&lt;BR /&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT size="2" color="#000000"&gt;&lt;FONT color="#0000FF"&gt;NOTE: Contents of SASUSER Registry starting at subkey [core\printing\freetype\fonts]&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT size="2" color="#000000"&gt;with for example the following list of fonts:&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT size="2" color="#000000"&gt;&amp;lt;atl&amp;gt; Frutiger LT]&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT size="2" color="#000000"&gt;&amp;lt;ttf&amp;gt; Arial]&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT size="2" color="#000000"&gt;&amp;lt;ttf&amp;gt; Bell MT&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT size="2" color="#000000"&gt;&amp;lt;ttf&amp;gt; Frutiger LT 45 Light]&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT size="2" color="#000000"&gt;&amp;lt;ttf&amp;gt; Frutiger LT 47 LightCn]&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT size="2" color="#000000"&gt;&amp;lt;ttf&amp;gt; Frutiger LT 5 Roman]&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT size="2" color="#000000"&gt;&amp;lt;ttf&amp;gt; Frutiger LT 87 ExtraBlackCn]&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT size="2" color="#000000"&gt;&amp;lt;ttf&amp;gt; Frutiger LT 95 UltraBlack]&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT size="2" color="#000000"&gt;.&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT size="2" color="#000000"&gt;.&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT size="2" color="#000000"&gt;.&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT size="2" color="#000000"&gt;.&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT size="2" color="#000000"&gt;etc&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT size="2" color="#000000"&gt;I tried using the following code to test if the font can be used to printout a text&lt;/FONT&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;options sysprintfont= ("Frutiger LT  95 UltraBlack");&lt;BR /&gt;&lt;BR /&gt;proc report data=sashelp.class nowd&lt;BR /&gt;style(header)=[font_face='&amp;lt;ttf&amp;gt; Frutiger LT 95 UltraBlack'&lt;BR /&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;FONT size="2" color="#000000"&gt;and get an error message saying that the font is not found&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT size="2" color="#000000"&gt;Is there anything am doing here wrong??&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT size="2" color="#000000"&gt;I don' really know why this not working&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 30 Oct 2018 13:54:40 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Adding-a-new-font-to-sas-registry/m-p/508691#M136658</guid>
      <dc:creator>Anita_n</dc:creator>
      <dc:date>2018-10-30T13:54:40Z</dc:date>
    </item>
    <item>
      <title>Re: Adding a new font to sas registry</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Adding-a-new-font-to-sas-registry/m-p/508772#M136686</link>
      <description>Hi:&lt;BR /&gt;  This might be an instance where you need to open a track with Tech Support for more help.&lt;BR /&gt;Cynthia</description>
      <pubDate>Tue, 30 Oct 2018 15:54:11 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Adding-a-new-font-to-sas-registry/m-p/508772#M136686</guid>
      <dc:creator>Cynthia_sas</dc:creator>
      <dc:date>2018-10-30T15:54:11Z</dc:date>
    </item>
    <item>
      <title>Re: Adding a new font to sas registry</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Adding-a-new-font-to-sas-registry/m-p/508900#M136718</link>
      <description>&lt;P&gt;Hi:&lt;/P&gt;
&lt;P&gt;&amp;nbsp; I had a chance to run a test on my personal machine, where I have a Charles Rennie Mackintosh font installed. I ran PROC FONTREG to add the font to the registry and then in my PROC REPORT code, I had this:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;ods rtf file='c:\temp\use_macfont.rtf';
ods html file='c:\temp\use_macfont.html';
ods pdf file='c:\temp\use_macfont.pdf';
proc report data=sashelp.class nowd
   style(header)={font_face='CRMackintosh' font_size=12pt}
   style(column)={font_face='CRMackintosh' font_size=12pt};  
run;
ods _all_ close;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;In the registry list I did see &amp;lt;ttf&amp;gt; in front of the name, but I only needed the font name (exactly as it was spelled) without the &amp;lt;ttf&amp;gt;.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;And I got this output:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="use_mac_font.png" style="width: 600px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/24506i1B5E0097B31BD325/image-size/large?v=v2&amp;amp;px=999" role="button" title="use_mac_font.png" alt="use_mac_font.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;which shows the Mackintosh font being used in RTF, PDF and HTML.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Cynthia&lt;/P&gt;</description>
      <pubDate>Tue, 30 Oct 2018 19:29:26 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Adding-a-new-font-to-sas-registry/m-p/508900#M136718</guid>
      <dc:creator>Cynthia_sas</dc:creator>
      <dc:date>2018-10-30T19:29:26Z</dc:date>
    </item>
    <item>
      <title>Re: Adding a new font to sas registry</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Adding-a-new-font-to-sas-registry/m-p/510348#M137354</link>
      <description>&lt;P&gt;Thanks Cynthia,&lt;/P&gt;&lt;P&gt;Its seems not to work on windows enviroment because its says font can not be found. I think its a good idea to open a track with tech support for help.&lt;/P&gt;&lt;P&gt;I wish to use the fonts in sas graph as well as in proc report.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 05 Nov 2018 08:51:22 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Adding-a-new-font-to-sas-registry/m-p/510348#M137354</guid>
      <dc:creator>Anita_n</dc:creator>
      <dc:date>2018-11-05T08:51:22Z</dc:date>
    </item>
    <item>
      <title>Re: Adding a new font to sas registry</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Adding-a-new-font-to-sas-registry/m-p/510409#M137366</link>
      <description>Hi:&lt;BR /&gt;  I was running SAS 9.4 M4 in SAS on Windows to produce the output in the above reports. So you're right, if you can't make it work, opening a track with Tech Support is a good idea.&lt;BR /&gt;Cynthia</description>
      <pubDate>Mon, 05 Nov 2018 14:35:35 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Adding-a-new-font-to-sas-registry/m-p/510409#M137366</guid>
      <dc:creator>Cynthia_sas</dc:creator>
      <dc:date>2018-11-05T14:35:35Z</dc:date>
    </item>
    <item>
      <title>Re: Adding a new font to sas registry</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Adding-a-new-font-to-sas-registry/m-p/512154#M137908</link>
      <description>&lt;P&gt;I finally saw this documentation which helped me to solve the problem:&lt;/P&gt;&lt;P&gt;&lt;A title="Creating Alias Font Names for SAS Universal Printers" href="https://support.sas.com/rnd/base/universalprint/printerfonts/alias.html" target="_self"&gt;https://support.sas.com/rnd/base/universalprint/printerfonts/alias.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks to you all for the help&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 12 Nov 2018 11:44:25 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Adding-a-new-font-to-sas-registry/m-p/512154#M137908</guid>
      <dc:creator>Anita_n</dc:creator>
      <dc:date>2018-11-12T11:44:25Z</dc:date>
    </item>
    <item>
      <title>Re: Adding a new font to sas registry</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Adding-a-new-font-to-sas-registry/m-p/837301#M331044</link>
      <description>Thanks for the code. I'm on a unix server and transferred the fonts I wanted to the unix server and changed the path to point to the new folder. I can use all the fonts I want now!</description>
      <pubDate>Thu, 06 Oct 2022 23:00:53 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Adding-a-new-font-to-sas-registry/m-p/837301#M331044</guid>
      <dc:creator>proc_freq</dc:creator>
      <dc:date>2022-10-06T23:00:53Z</dc:date>
    </item>
  </channel>
</rss>

