<?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: Possible to use font Verdana in a .pdf file? in ODS and Base Reporting</title>
    <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Possible-to-use-font-Verdana-in-a-pdf-file/m-p/2574#M1114</link>
    <description>You can use PROC FONTREG to register TrueType fonts with the SAS Registry. Using this procedure and pointing to the location that your fonts are located, you should be able to use any of the TruType fonts. Below is an example which can be used on Windows.&lt;BR /&gt;
 &lt;BR /&gt;
 proc fontreg;&lt;BR /&gt;
  fontpath "%sysget(systemroot)\fonts";&lt;BR /&gt;
 run;</description>
    <pubDate>Wed, 21 Mar 2007 18:35:31 GMT</pubDate>
    <dc:creator>Chevell_sas</dc:creator>
    <dc:date>2007-03-21T18:35:31Z</dc:date>
    <item>
      <title>Possible to use font Verdana in a .pdf file?</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Possible-to-use-font-Verdana-in-a-pdf-file/m-p/2573#M1113</link>
      <description>Hi, &lt;BR /&gt;
&lt;BR /&gt;
I'm currently working on a .pdf report and would like to use the font Verdana in it. I have modified my template: &lt;BR /&gt;
proc template;&lt;BR /&gt;
     define style mystyle;&lt;BR /&gt;
     parent=styles.printer;&lt;BR /&gt;
     style usertext from usertext /&lt;BR /&gt;
           foreground=Blue;&lt;BR /&gt;
	 replace fonts /&lt;BR /&gt;
         'TitleFont2' = ("Verdana",4,Bold Italic)        &lt;BR /&gt;
         'TitleFont' = ("Verdana",5,Bold Italic)         &lt;BR /&gt;
         'StrongFont' = ("Verdana",4,Bold)               &lt;BR /&gt;
         'EmphasisFont' = ("Verdana",3,Italic)           &lt;BR /&gt;
         'FixedEmphasisFont' = ("Verdana",2,Italic)   &lt;BR /&gt;
         'FixedStrongFont' = ("Verdana",2,Bold)       &lt;BR /&gt;
         'FixedHeadingFont' = ("Verdana",2)           &lt;BR /&gt;
         'BatchFixedFont' = ("Verdana",2)                                                                   &lt;BR /&gt;
         'FixedFont' = ("Verdana",2)                                          &lt;BR /&gt;
         'headingEmphasisFont' = ("Verdana",4,Bold Italic)                                                                    &lt;BR /&gt;
         'headingFont' = ("Verdana",4,Bold)              &lt;BR /&gt;
         'docFont' = ("Verdana",3);                      &lt;BR /&gt;
     end;&lt;BR /&gt;
  run;&lt;BR /&gt;
&lt;BR /&gt;
But get the message: "WARNING: Font specification "Verdana" failed. Using default font family instead." and that's not pretty...! What to do? &lt;BR /&gt;
&lt;BR /&gt;
:-) Jenny&lt;BR /&gt;
&lt;BR /&gt;
PS.: I'm running SAS v913 on pc, servicepack 4.</description>
      <pubDate>Wed, 21 Mar 2007 16:49:30 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Possible-to-use-font-Verdana-in-a-pdf-file/m-p/2573#M1113</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2007-03-21T16:49:30Z</dc:date>
    </item>
    <item>
      <title>Re: Possible to use font Verdana in a .pdf file?</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Possible-to-use-font-Verdana-in-a-pdf-file/m-p/2574#M1114</link>
      <description>You can use PROC FONTREG to register TrueType fonts with the SAS Registry. Using this procedure and pointing to the location that your fonts are located, you should be able to use any of the TruType fonts. Below is an example which can be used on Windows.&lt;BR /&gt;
 &lt;BR /&gt;
 proc fontreg;&lt;BR /&gt;
  fontpath "%sysget(systemroot)\fonts";&lt;BR /&gt;
 run;</description>
      <pubDate>Wed, 21 Mar 2007 18:35:31 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Possible-to-use-font-Verdana-in-a-pdf-file/m-p/2574#M1114</guid>
      <dc:creator>Chevell_sas</dc:creator>
      <dc:date>2007-03-21T18:35:31Z</dc:date>
    </item>
    <item>
      <title>Re: Possible to use font Verdana in a .pdf file?</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Possible-to-use-font-Verdana-in-a-pdf-file/m-p/2575#M1115</link>
      <description>Excellent! That did the trick &lt;BR /&gt;
&lt;BR /&gt;
Thanks a lot &lt;BR /&gt;
:-D&lt;BR /&gt;
Jenny</description>
      <pubDate>Thu, 22 Mar 2007 14:12:39 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Possible-to-use-font-Verdana-in-a-pdf-file/m-p/2575#M1115</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2007-03-22T14:12:39Z</dc:date>
    </item>
  </channel>
</rss>

