<?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 Bolding and Italics in PROC GANNO in Graphics Programming</title>
    <link>https://communities.sas.com/t5/Graphics-Programming/Bolding-and-Italics-in-PROC-GANNO/m-p/76193#M2831</link>
    <description>Hi,&lt;BR /&gt;
&lt;BR /&gt;
  We have recently moved our environment to a Windows setup and I am trying to make better use of the fonts that are available.  I have been changing some of our annotate code over to use ARIAL, but I am trying to find some equivalants to some of the stlye options we used in out code like style='swissb' and style='swissi'.  I have tried style='ARIAL/BOLD' and style='ARIAL/ITALIC' but they result in font substitution.  How can I bold and italic the arial font in the style setting?&lt;BR /&gt;
&lt;BR /&gt;
Any help would be much appreciated&lt;BR /&gt;
&lt;BR /&gt;
Regards,&lt;BR /&gt;
Dave Boleyn</description>
    <pubDate>Tue, 20 Oct 2009 08:35:10 GMT</pubDate>
    <dc:creator>deleted_user</dc:creator>
    <dc:date>2009-10-20T08:35:10Z</dc:date>
    <item>
      <title>Bolding and Italics in PROC GANNO</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Bolding-and-Italics-in-PROC-GANNO/m-p/76193#M2831</link>
      <description>Hi,&lt;BR /&gt;
&lt;BR /&gt;
  We have recently moved our environment to a Windows setup and I am trying to make better use of the fonts that are available.  I have been changing some of our annotate code over to use ARIAL, but I am trying to find some equivalants to some of the stlye options we used in out code like style='swissb' and style='swissi'.  I have tried style='ARIAL/BOLD' and style='ARIAL/ITALIC' but they result in font substitution.  How can I bold and italic the arial font in the style setting?&lt;BR /&gt;
&lt;BR /&gt;
Any help would be much appreciated&lt;BR /&gt;
&lt;BR /&gt;
Regards,&lt;BR /&gt;
Dave Boleyn</description>
      <pubDate>Tue, 20 Oct 2009 08:35:10 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Bolding-and-Italics-in-PROC-GANNO/m-p/76193#M2831</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2009-10-20T08:35:10Z</dc:date>
    </item>
    <item>
      <title>Re: Bolding and Italics in PROC GANNO</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Bolding-and-Italics-in-PROC-GANNO/m-p/76194#M2832</link>
      <description>There are many factors when dealing with fonts (which version of SAS you're using, which output device you're using, etc), but in general these arial fonts should work on a PC for you.&lt;BR /&gt;
&lt;BR /&gt;
Without seeing the code or your annotate data set, my best guess would be that you are letting your 'style' variable auot-set to a length, and that length isn't long enough to hold these longer font names (you can do a "proc print" of the annotate data set to check this).&lt;BR /&gt;
&lt;BR /&gt;
If that's the problem, you can fix it by assigning a longer length, such as ...&lt;BR /&gt;
&lt;BR /&gt;
data my_anno;&lt;BR /&gt;
 length style $30;&lt;BR /&gt;
 style='"arial/bold"';   &lt;BR /&gt;
 /* remember - that's double-quotes inside single-quotes, or vice versa.  */</description>
      <pubDate>Tue, 20 Oct 2009 12:18:46 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Bolding-and-Italics-in-PROC-GANNO/m-p/76194#M2832</guid>
      <dc:creator>GraphGuy</dc:creator>
      <dc:date>2009-10-20T12:18:46Z</dc:date>
    </item>
  </channel>
</rss>

