<?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 Text over a patterned background in Graphics Programming</title>
    <link>https://communities.sas.com/t5/Graphics-Programming/Text-over-a-patterned-background/m-p/112245#M4233</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In ODS graphics, does anyone know a visual trick to make text more visible over a patterned background such as a map or a set of bars? One thing I already tried was to superimpose dark text in a normal font over the same text in white bold, but the characters didnt align properly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PG&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 11 May 2012 15:51:34 GMT</pubDate>
    <dc:creator>PGStats</dc:creator>
    <dc:date>2012-05-11T15:51:34Z</dc:date>
    <item>
      <title>Text over a patterned background</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Text-over-a-patterned-background/m-p/112245#M4233</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In ODS graphics, does anyone know a visual trick to make text more visible over a patterned background such as a map or a set of bars? One thing I already tried was to superimpose dark text in a normal font over the same text in white bold, but the characters didnt align properly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PG&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 May 2012 15:51:34 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Text-over-a-patterned-background/m-p/112245#M4233</guid>
      <dc:creator>PGStats</dc:creator>
      <dc:date>2012-05-11T15:51:34Z</dc:date>
    </item>
    <item>
      <title>Re: Text over a patterned background</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Text-over-a-patterned-background/m-p/112246#M4234</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In traditional SAS Graph the option was usually CBACK (= white) with text displays such as annotate or data label options. I haven't tried to annotate any ODS graphics yet so I'm not sure if that works.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It looks like the style element involved is GraphDataText but it seems to only have a COLOR attribute, not a background color in the online help. I'd try specifing a CONTRASTCOLOR with that element to see if that worked but just a gues.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 May 2012 16:33:17 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Text-over-a-patterned-background/m-p/112246#M4234</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2012-05-14T16:33:17Z</dc:date>
    </item>
    <item>
      <title>Re: Text over a patterned background</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Text-over-a-patterned-background/m-p/112247#M4235</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you have SAS 9.3, the DRAWTEXT statement in GTL or the SG annotation facility in the SG procedures do support background color for text. Therefore, your annotation suggestion should work fine.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 May 2012 16:40:31 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Text-over-a-patterned-background/m-p/112247#M4235</guid>
      <dc:creator>DanH_sas</dc:creator>
      <dc:date>2012-05-14T16:40:31Z</dc:date>
    </item>
    <item>
      <title>Re: Text over a patterned background</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Text-over-a-patterned-background/m-p/112248#M4236</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Dan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I don't see how I could get lettering such as "Woodland Acres" on this picture :&lt;/P&gt;&lt;P&gt;&amp;nbsp; &lt;IMG alt="SAS on Google Earth.png" class="jive-image" src="https://communities.sas.com/legacyfs/online/2020_SAS on Google Earth.png" /&gt;&lt;BR /&gt;&amp;nbsp; overprinting normal and bold text doesn't work because the spacing between letters is not the same.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PG&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 May 2012 18:38:13 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Text-over-a-patterned-background/m-p/112248#M4236</guid>
      <dc:creator>PGStats</dc:creator>
      <dc:date>2012-05-14T18:38:13Z</dc:date>
    </item>
    <item>
      <title>Re: Text over a patterned background</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Text-over-a-patterned-background/m-p/112249#M4237</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In traditional SAS/Graph, I have accomplished a similar (although not perfect) text effect by annotating overlapping swissb and swissbe SAS/Graph software font letters:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="active_link" href="http://robslink.com/SAS/democd14/rise.htm"&gt;http://robslink.com/SAS/democd14/rise.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://robslink.com/SAS/democd14/rise_info.htm" title="http://robslink.com/SAS/democd14/rise_info.htm"&gt;http://robslink.com/SAS/democd14/rise_info.htm&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 May 2012 18:58:19 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Text-over-a-patterned-background/m-p/112249#M4237</guid>
      <dc:creator>GraphGuy</dc:creator>
      <dc:date>2012-05-14T18:58:19Z</dc:date>
    </item>
    <item>
      <title>Re: Text over a patterned background</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Text-over-a-patterned-background/m-p/112250#M4238</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Your map example looks like you might want an OUTLINE font.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 May 2012 22:01:44 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Text-over-a-patterned-background/m-p/112250#M4238</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2012-05-14T22:01:44Z</dc:date>
    </item>
    <item>
      <title>Re: Text over a patterned background</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Text-over-a-patterned-background/m-p/112251#M4239</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Well, I need two fonts with exactly the same metrics; I would write with the heavier one first and overwrite with the thinner one. I thought someone might know of such a pair. So far, &lt;A __default_attr="77982" __jive_macro_name="user" class="jive_macro jive_macro_user" href="https://communities.sas.com/"&gt;&lt;/A&gt; came up the closest to my wish, but with all due respect, I don't feel like going bach to the '80s vector fonts.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Unless you can apply a FILL color to an outline font?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PG&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 May 2012 01:23:45 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Text-over-a-patterned-background/m-p/112251#M4239</guid>
      <dc:creator>PGStats</dc:creator>
      <dc:date>2012-05-15T01:23:45Z</dc:date>
    </item>
  </channel>
</rss>

