<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Rotating Text without Embedding Fonts</title>
	<atom:link href="http://www.forestandthetrees.com/2009/06/29/rotating-text-without-embedding-fonts/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.forestandthetrees.com/2009/06/29/rotating-text-without-embedding-fonts/</link>
	<description>Data Visualization with Flex and Flash</description>
	<lastBuildDate>Mon, 28 Jun 2010 09:13:05 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: Doug</title>
		<link>http://www.forestandthetrees.com/2009/06/29/rotating-text-without-embedding-fonts/comment-page-1/#comment-54425</link>
		<dc:creator>Doug</dc:creator>
		<pubDate>Tue, 11 May 2010 15:32:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.forestandthetrees.com/?p=243#comment-54425</guid>
		<description>Hi Siva,
I don&#039;t think there&#039;s anything wrong w/ your code. It&#039;s just the way Flex Charting works. You have 3 options: 1. embed your font (blog.flexexamples has lots of help for that) 2. set your axis label to empty string and draw a label on top of your chart (although that will probably be a pain to keep lined up on resize) 3. extend the class that draws the axis label (not sure off hand what class that is) and use the rotating text w/o embedding fonts that I posted.
Sorry I can&#039;t be of more help. But, w/ Flex (and especially w/ Flex Charting) many things are easy, but, you can kind of hit a wall.</description>
		<content:encoded><![CDATA[<p>Hi Siva,<br />
I don&#8217;t think there&#8217;s anything wrong w/ your code. It&#8217;s just the way Flex Charting works. You have 3 options: 1. embed your font (blog.flexexamples has lots of help for that) 2. set your axis label to empty string and draw a label on top of your chart (although that will probably be a pain to keep lined up on resize) 3. extend the class that draws the axis label (not sure off hand what class that is) and use the rotating text w/o embedding fonts that I posted.<br />
Sorry I can&#8217;t be of more help. But, w/ Flex (and especially w/ Flex Charting) many things are easy, but, you can kind of hit a wall.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Siva</title>
		<link>http://www.forestandthetrees.com/2009/06/29/rotating-text-without-embedding-fonts/comment-page-1/#comment-54423</link>
		<dc:creator>Siva</dc:creator>
		<pubDate>Tue, 11 May 2010 15:13:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.forestandthetrees.com/?p=243#comment-54423</guid>
		<description>I have mailed you the code which I tried out. Kindly post it here with corrections.

Thanks.</description>
		<content:encoded><![CDATA[<p>I have mailed you the code which I tried out. Kindly post it here with corrections.</p>
<p>Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Siva</title>
		<link>http://www.forestandthetrees.com/2009/06/29/rotating-text-without-embedding-fonts/comment-page-1/#comment-54422</link>
		<dc:creator>Siva</dc:creator>
		<pubDate>Tue, 11 May 2010 15:09:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.forestandthetrees.com/?p=243#comment-54422</guid>
		<description>Hi Doug,
     Adding my doubt here too so that it might help others. This method http://blog.flexexamples.com/2007/10/15/rotating-labels-in-a-flex-chart-axis-using-the-labelrotation-style/ says how I can rotate my labels but this mehod uses embedded fonts. Could you tell me how I could do the same without embedding fonts? I tried using RotatableLabel with labelRenderer but it didn&#039;t work or maybe I didnt do it right. Here is the piece of code I tried out. 


   
      
   
   
      
   
   
      
      	 
            
		
             
	 
     
   
   
     
   


The data provider is an XMLList like the one below:


    abc
    123


...  and so on.

Do tell me where I am going wrong.

Thanks a ton.</description>
		<content:encoded><![CDATA[<p>Hi Doug,<br />
     Adding my doubt here too so that it might help others. This method <a href="http://blog.flexexamples.com/2007/10/15/rotating-labels-in-a-flex-chart-axis-using-the-labelrotation-style/" rel="nofollow">http://blog.flexexamples.com/2007/10/15/rotating-labels-in-a-flex-chart-axis-using-the-labelrotation-style/</a> says how I can rotate my labels but this mehod uses embedded fonts. Could you tell me how I could do the same without embedding fonts? I tried using RotatableLabel with labelRenderer but it didn&#8217;t work or maybe I didnt do it right. Here is the piece of code I tried out. </p>
<p>The data provider is an XMLList like the one below:</p>
<p>    abc<br />
    123</p>
<p>&#8230;  and so on.</p>
<p>Do tell me where I am going wrong.</p>
<p>Thanks a ton.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Doug</title>
		<link>http://www.forestandthetrees.com/2009/06/29/rotating-text-without-embedding-fonts/comment-page-1/#comment-54366</link>
		<dc:creator>Doug</dc:creator>
		<pubDate>Tue, 23 Mar 2010 11:42:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.forestandthetrees.com/?p=243#comment-54366</guid>
		<description>It should work the same. Just replace Label w/ Text in the code. It&#039;s all based on Bitmap.</description>
		<content:encoded><![CDATA[<p>It should work the same. Just replace Label w/ Text in the code. It&#8217;s all based on Bitmap.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ramesh J Kumar</title>
		<link>http://www.forestandthetrees.com/2009/06/29/rotating-text-without-embedding-fonts/comment-page-1/#comment-54364</link>
		<dc:creator>Ramesh J Kumar</dc:creator>
		<pubDate>Tue, 23 Mar 2010 06:44:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.forestandthetrees.com/?p=243#comment-54364</guid>
		<description>Do you have any idea, how to rotate &#039;text&#039; not &#039;label&#039;

http://blog.flexexamples.com/2007/10/15/rotating-labels-in-a-flex-chart-axis-using-the-labelrotation-style/</description>
		<content:encoded><![CDATA[<p>Do you have any idea, how to rotate &#8216;text&#8217; not &#8216;label&#8217;</p>
<p><a href="http://blog.flexexamples.com/2007/10/15/rotating-labels-in-a-flex-chart-axis-using-the-labelrotation-style/" rel="nofollow">http://blog.flexexamples.com/2007/10/15/rotating-labels-in-a-flex-chart-axis-using-the-labelrotation-style/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: JC Gueco</title>
		<link>http://www.forestandthetrees.com/2009/06/29/rotating-text-without-embedding-fonts/comment-page-1/#comment-54084</link>
		<dc:creator>JC Gueco</dc:creator>
		<pubDate>Sat, 01 Aug 2009 03:47:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.forestandthetrees.com/?p=243#comment-54084</guid>
		<description>This is amazing! Thank you for sharing this. :-)</description>
		<content:encoded><![CDATA[<p>This is amazing! Thank you for sharing this. :-)</p>
]]></content:encoded>
	</item>
</channel>
</rss>
