<?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: Italicize part of text in gtl layout overlay entry statement in Graphics Programming</title>
    <link>https://communities.sas.com/t5/Graphics-Programming/Italicize-part-of-text-in-gtl-layout-overlay-entry-statement/m-p/337576#M11735</link>
    <description>&lt;P&gt;You can break up your string to add or change &amp;nbsp;formatting information, like this:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;ENTRY textattrs=(style=italic) 'I' textattrs=(style=normal) '(*ESC*){unicode "00B2"x} = 0.998' / &lt;BR /&gt;TEXTATTRS = (SIZE = 8pt FAMILY= "Times New Roman");&lt;BR /&gt;&lt;/SPAN&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Hope this helps!&lt;/P&gt;
&lt;P&gt;Dan&lt;/P&gt;</description>
    <pubDate>Thu, 02 Mar 2017 21:02:34 GMT</pubDate>
    <dc:creator>DanH_sas</dc:creator>
    <dc:date>2017-03-02T21:02:34Z</dc:date>
    <item>
      <title>Italicize part of text in gtl layout overlay entry statement</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Italicize-part-of-text-in-gtl-layout-overlay-entry-statement/m-p/337556#M11734</link>
      <description>&lt;P&gt;I need to put the following text in the plot area&amp;nbsp;of a graph I that created usinmg gtl layout overlay:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;EM&gt;I&lt;/EM&gt;2 = 0.998&amp;nbsp; The I needs to be italicized and the 2 needs to be superscript.&lt;/P&gt;
&lt;P&gt;I can get the 2 superscript using the code below, but I can't figure out how to put the I in italics without putting the whole string in italics.&lt;/P&gt;
&lt;P&gt;How can I italicize only one letter of the text?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;ENTRY&lt;/FONT&gt; &lt;FONT color="#800080" face="Courier New" size="2"&gt;'I(*ESC*){unicode "00B2"x} = 0.998'&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;/&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;TEXTATTRS&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt; = (SIZE = &lt;/FONT&gt;&lt;STRONG&gt;&lt;FONT color="#008080" face="Courier New" size="2"&gt;8&lt;/FONT&gt;&lt;/STRONG&gt;&lt;FONT face="Courier New" size="2"&gt;pt FAMILY= &lt;/FONT&gt;&lt;FONT color="#800080" face="Courier New" size="2"&gt;"Times New Roman"&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;)&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;AUTOALIGN&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt; = BOTTOMRIGHT);&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 02 Mar 2017 20:35:49 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Italicize-part-of-text-in-gtl-layout-overlay-entry-statement/m-p/337556#M11734</guid>
      <dc:creator>fastb</dc:creator>
      <dc:date>2017-03-02T20:35:49Z</dc:date>
    </item>
    <item>
      <title>Re: Italicize part of text in gtl layout overlay entry statement</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Italicize-part-of-text-in-gtl-layout-overlay-entry-statement/m-p/337576#M11735</link>
      <description>&lt;P&gt;You can break up your string to add or change &amp;nbsp;formatting information, like this:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;ENTRY textattrs=(style=italic) 'I' textattrs=(style=normal) '(*ESC*){unicode "00B2"x} = 0.998' / &lt;BR /&gt;TEXTATTRS = (SIZE = 8pt FAMILY= "Times New Roman");&lt;BR /&gt;&lt;/SPAN&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Hope this helps!&lt;/P&gt;
&lt;P&gt;Dan&lt;/P&gt;</description>
      <pubDate>Thu, 02 Mar 2017 21:02:34 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Italicize-part-of-text-in-gtl-layout-overlay-entry-statement/m-p/337576#M11735</guid>
      <dc:creator>DanH_sas</dc:creator>
      <dc:date>2017-03-02T21:02:34Z</dc:date>
    </item>
    <item>
      <title>Re: Italicize part of text in gtl layout overlay entry statement</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Italicize-part-of-text-in-gtl-layout-overlay-entry-statement/m-p/337784#M11748</link>
      <description>&lt;P&gt;Many thanks Dan; this is exactly what&amp;nbsp;&lt;EM&gt;I&lt;/EM&gt; needed to know!&lt;/P&gt;</description>
      <pubDate>Fri, 03 Mar 2017 11:27:12 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Italicize-part-of-text-in-gtl-layout-overlay-entry-statement/m-p/337784#M11748</guid>
      <dc:creator>fastb</dc:creator>
      <dc:date>2017-03-03T11:27:12Z</dc:date>
    </item>
  </channel>
</rss>

