<?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 Annotate Text Size in Graphics Programming</title>
    <link>https://communities.sas.com/t5/Graphics-Programming/Annotate-Text-Size/m-p/75854#M2822</link>
    <description>Does anyone know how to change the text size?&lt;BR /&gt;
I tried setting it to 0.5, but the text size did not change.&lt;BR /&gt;
This annotate data set is used in proc gmap.&lt;BR /&gt;
I'm using v9.1 with device=activex.&lt;BR /&gt;
&lt;BR /&gt;
data my_anno1; &lt;BR /&gt;
	set my_anno;&lt;BR /&gt;
	length text $10;&lt;BR /&gt;
	function='LABEL';&lt;BR /&gt;
	position='4';&lt;BR /&gt;
	xsys='2'; ysys='2'; hsys='3'; when='A';&lt;BR /&gt;
	x=-6;&lt;BR /&gt;
	y=((&amp;amp;min_year-year)*8)-1.25;&lt;BR /&gt;
	style='"arial"';&lt;BR /&gt;
	size=2;&lt;BR /&gt;
	text=trim(left(year)); output;&lt;BR /&gt;
	x=-.1;&lt;BR /&gt;
	size=0.5;&lt;BR /&gt;
	text='Sun'; output;&lt;BR /&gt;
	y=y-1; text='Mon'; output;&lt;BR /&gt;
	y=y-1; text='Tues'; output;&lt;BR /&gt;
	y=y-1; text='Wed'; output;&lt;BR /&gt;
	y=y-1; text='Thurs'; output;&lt;BR /&gt;
	y=y-1; text='Fri'; output;&lt;BR /&gt;
	y=y-1; text='Sat'; output;&lt;BR /&gt;
run;</description>
    <pubDate>Wed, 14 Oct 2009 22:31:23 GMT</pubDate>
    <dc:creator>deleted_user</dc:creator>
    <dc:date>2009-10-14T22:31:23Z</dc:date>
    <item>
      <title>Annotate Text Size</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Annotate-Text-Size/m-p/75854#M2822</link>
      <description>Does anyone know how to change the text size?&lt;BR /&gt;
I tried setting it to 0.5, but the text size did not change.&lt;BR /&gt;
This annotate data set is used in proc gmap.&lt;BR /&gt;
I'm using v9.1 with device=activex.&lt;BR /&gt;
&lt;BR /&gt;
data my_anno1; &lt;BR /&gt;
	set my_anno;&lt;BR /&gt;
	length text $10;&lt;BR /&gt;
	function='LABEL';&lt;BR /&gt;
	position='4';&lt;BR /&gt;
	xsys='2'; ysys='2'; hsys='3'; when='A';&lt;BR /&gt;
	x=-6;&lt;BR /&gt;
	y=((&amp;amp;min_year-year)*8)-1.25;&lt;BR /&gt;
	style='"arial"';&lt;BR /&gt;
	size=2;&lt;BR /&gt;
	text=trim(left(year)); output;&lt;BR /&gt;
	x=-.1;&lt;BR /&gt;
	size=0.5;&lt;BR /&gt;
	text='Sun'; output;&lt;BR /&gt;
	y=y-1; text='Mon'; output;&lt;BR /&gt;
	y=y-1; text='Tues'; output;&lt;BR /&gt;
	y=y-1; text='Wed'; output;&lt;BR /&gt;
	y=y-1; text='Thurs'; output;&lt;BR /&gt;
	y=y-1; text='Fri'; output;&lt;BR /&gt;
	y=y-1; text='Sat'; output;&lt;BR /&gt;
run;</description>
      <pubDate>Wed, 14 Oct 2009 22:31:23 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Annotate-Text-Size/m-p/75854#M2822</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2009-10-14T22:31:23Z</dc:date>
    </item>
    <item>
      <title>Re: Annotate Text Size</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Annotate-Text-Size/m-p/75855#M2823</link>
      <description>SIZE is an unsupported annotate function for labels for Activex. &lt;BR /&gt;
Java should support it though.&lt;BR /&gt;
&lt;BR /&gt;
Hit F1 and look for "ActiveX support, Annotate functions" if you have 9.2 to see if this has improved (and let us know).</description>
      <pubDate>Wed, 28 Oct 2009 23:15:42 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Annotate-Text-Size/m-p/75855#M2823</guid>
      <dc:creator>ChrisNZ</dc:creator>
      <dc:date>2009-10-28T23:15:42Z</dc:date>
    </item>
  </channel>
</rss>

