<?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: ODS PDF TEXT font_weight not working with Font_face = 'Arial Unicode MS' in ODS and Base Reporting</title>
    <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/ODS-PDF-TEXT-font-weight-not-working-with-Font-face-Arial/m-p/411689#M19825</link>
    <description>&lt;P&gt;Thank you for the suggestions, but unfortunately, this did not work. The output font on the pdf&amp;nbsp;defaults to AlbanyAMT.&lt;/P&gt;</description>
    <pubDate>Wed, 08 Nov 2017 20:50:28 GMT</pubDate>
    <dc:creator>rschneider</dc:creator>
    <dc:date>2017-11-08T20:50:28Z</dc:date>
    <item>
      <title>ODS PDF TEXT font_weight not working with Font_face = 'Arial Unicode MS'</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/ODS-PDF-TEXT-font-weight-not-working-with-Font-face-Arial/m-p/411608#M19821</link>
      <description>&lt;P&gt;I'm not sure if this is the correct board, but I'm using SAS Enterprise Guide 7.1 to create a PDF report. All of my proc report code works great, but when I use ODS PDF Text to add some additional notes in the document the font_weight and font_style do not work with the font 'Arial Unicode MS' (which is what&amp;nbsp;my company requires). It seems other fonts, but I am wondering if there a reason or a&amp;nbsp;work around&amp;nbsp;for why&amp;nbsp;bolding/italicizing is not working with the font that I need.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Some example code for&amp;nbsp;one of the lines I am trying to include:&lt;/P&gt;&lt;P&gt;&lt;FONT face="Courier New" size="3"&gt;ods pdf text=&lt;/FONT&gt;&lt;FONT color="#800080" face="Courier New" size="3"&gt;"~S={font_face='Arial Unicode MS' font_size=11pt font_weight=bold textalign=center color=black} 50% Initiatives Participation Required"&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you!&lt;/P&gt;&lt;P&gt;&lt;FONT face="Courier New" size="3"&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 08 Nov 2017 18:02:52 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/ODS-PDF-TEXT-font-weight-not-working-with-Font-face-Arial/m-p/411608#M19821</guid>
      <dc:creator>rschneider</dc:creator>
      <dc:date>2017-11-08T18:02:52Z</dc:date>
    </item>
    <item>
      <title>Re: ODS PDF TEXT font_weight not working with Font_face = 'Arial Unicode MS'</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/ODS-PDF-TEXT-font-weight-not-working-with-Font-face-Arial/m-p/411679#M19824</link>
      <description>&lt;P&gt;Try&lt;/P&gt;
&lt;P&gt;'Arial Unicode MS Regular'&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Fonts get picky about names&lt;/P&gt;
&lt;P&gt;&lt;LI-WRAPPER&gt;&lt;/LI-WRAPPER&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 08 Nov 2017 20:29:33 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/ODS-PDF-TEXT-font-weight-not-working-with-Font-face-Arial/m-p/411679#M19824</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2017-11-08T20:29:33Z</dc:date>
    </item>
    <item>
      <title>Re: ODS PDF TEXT font_weight not working with Font_face = 'Arial Unicode MS'</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/ODS-PDF-TEXT-font-weight-not-working-with-Font-face-Arial/m-p/411689#M19825</link>
      <description>&lt;P&gt;Thank you for the suggestions, but unfortunately, this did not work. The output font on the pdf&amp;nbsp;defaults to AlbanyAMT.&lt;/P&gt;</description>
      <pubDate>Wed, 08 Nov 2017 20:50:28 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/ODS-PDF-TEXT-font-weight-not-working-with-Font-face-Arial/m-p/411689#M19825</guid>
      <dc:creator>rschneider</dc:creator>
      <dc:date>2017-11-08T20:50:28Z</dc:date>
    </item>
    <item>
      <title>Re: ODS PDF TEXT font_weight not working with Font_face = 'Arial Unicode MS'</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/ODS-PDF-TEXT-font-weight-not-working-with-Font-face-Arial/m-p/411690#M19826</link>
      <description>Hi, another thing to try is using the newer 9.2 syntax for style overrides&lt;BR /&gt;ods pdf text="~{style[fontweight=bold xxx=yyy]text string}";&lt;BR /&gt;&lt;BR /&gt;and if that doesn't work, then try changing the USERTEXT style element in your style template.&lt;BR /&gt;&lt;BR /&gt;cynthia</description>
      <pubDate>Wed, 08 Nov 2017 20:51:15 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/ODS-PDF-TEXT-font-weight-not-working-with-Font-face-Arial/m-p/411690#M19826</guid>
      <dc:creator>Cynthia_sas</dc:creator>
      <dc:date>2017-11-08T20:51:15Z</dc:date>
    </item>
    <item>
      <title>Re: ODS PDF TEXT font_weight not working with Font_face = 'Arial Unicode MS'</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/ODS-PDF-TEXT-font-weight-not-working-with-Font-face-Arial/m-p/411963#M19832</link>
      <description>&lt;P&gt;These options don't seem to work either. It seems like maybe an issue with this particular font using ods&amp;nbsp;PDF, but I'm not sure.&lt;/P&gt;</description>
      <pubDate>Thu, 09 Nov 2017 15:22:34 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/ODS-PDF-TEXT-font-weight-not-working-with-Font-face-Arial/m-p/411963#M19832</guid>
      <dc:creator>rschneider</dc:creator>
      <dc:date>2017-11-09T15:22:34Z</dc:date>
    </item>
  </channel>
</rss>

