<?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: Dynamically loading fonts at runtime</title>
	<atom:link href="http://www.visible-form.com/blog/dynamically-loading-fonts-at-runtime/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.visible-form.com/blog/dynamically-loading-fonts-at-runtime/</link>
	<description>Rich Rodecker's blog on flash, flex, actionscript, javascript, and php, with a dash of randomness</description>
	<lastBuildDate>Thu, 11 Mar 2010 05:24:15 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Kolyan</title>
		<link>http://www.visible-form.com/blog/dynamically-loading-fonts-at-runtime/comment-page-1/#comment-212220</link>
		<dc:creator>Kolyan</dc:creator>
		<pubDate>Sat, 01 Aug 2009 15:18:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.visible-form.com/blog/?p=281#comment-212220</guid>
		<description>Thanks for your knowledge, I mean it.
I am having some difficulty with this symbol to embed &quot;&amp;&quot;. When it comes to embedding I do choose &quot;Basic Latin&quot;, &quot;Lower... and Upper Cases&quot; and all the &quot;special characters&quot; for Tahoma. Save and run .... It displays part of the text till that &quot;&amp;&quot; symbol. if I type &quot;and&quot; it shows everything just fine.

The text is loaded externally though.
I am using CS4 but file is 3 years old and Flash reads and compiles it as AS 2/1 and.
Any idea for this matter?

Thank you all
Kolyan. player 8.</description>
		<content:encoded><![CDATA[<p>Thanks for your knowledge, I mean it.<br />
I am having some difficulty with this symbol to embed &#8220;&amp;&#8221;. When it comes to embedding I do choose &#8220;Basic Latin&#8221;, &#8220;Lower&#8230; and Upper Cases&#8221; and all the &#8220;special characters&#8221; for Tahoma. Save and run &#8230;. It displays part of the text till that &#8220;&amp;&#8221; symbol. if I type &#8220;and&#8221; it shows everything just fine.</p>
<p>The text is loaded externally though.<br />
I am using CS4 but file is 3 years old and Flash reads and compiles it as AS 2/1 and.<br />
Any idea for this matter?</p>
<p>Thank you all<br />
Kolyan. player 8.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ini na!! &#187; Blog Archive &#187; Externalize Font with font subset, font weight and font style at the same time</title>
		<link>http://www.visible-form.com/blog/dynamically-loading-fonts-at-runtime/comment-page-1/#comment-170284</link>
		<dc:creator>ini na!! &#187; Blog Archive &#187; Externalize Font with font subset, font weight and font style at the same time</dc:creator>
		<pubDate>Tue, 30 Sep 2008 19:35:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.visible-form.com/blog/?p=281#comment-170284</guid>
		<description>[...] article explain the same approach, but it need to add extra font family (Bold or Italic) at specific font [...]</description>
		<content:encoded><![CDATA[<p>[...] article explain the same approach, but it need to add extra font family (Bold or Italic) at specific font [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: rich</title>
		<link>http://www.visible-form.com/blog/dynamically-loading-fonts-at-runtime/comment-page-1/#comment-124317</link>
		<dc:creator>rich</dc:creator>
		<pubDate>Tue, 27 May 2008 18:09:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.visible-form.com/blog/?p=281#comment-124317</guid>
		<description>cool,thanks for that.  I didn&#039;t have to do that, but maybe that was because I used a LoaderContext with applicationDomain=currentDomain.</description>
		<content:encoded><![CDATA[<p>cool,thanks for that.  I didn&#8217;t have to do that, but maybe that was because I used a LoaderContext with applicationDomain=currentDomain.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ljones</title>
		<link>http://www.visible-form.com/blog/dynamically-loading-fonts-at-runtime/comment-page-1/#comment-124311</link>
		<dc:creator>ljones</dc:creator>
		<pubDate>Tue, 27 May 2008 18:00:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.visible-form.com/blog/?p=281#comment-124311</guid>
		<description>I tried this but for whatever reason my applicationDomain failed to show the proper font. So i modified the code to:

var a_TestFont:Class = event.target.content.a_TestFont as Class;  
Font.registerFont(a_TestFont);

And this worked fine. just in case anyone else has this problem. Thanks for the article.</description>
		<content:encoded><![CDATA[<p>I tried this but for whatever reason my applicationDomain failed to show the proper font. So i modified the code to:</p>
<p>var a_TestFont:Class = event.target.content.a_TestFont as Class;<br />
Font.registerFont(a_TestFont);</p>
<p>And this worked fine. just in case anyone else has this problem. Thanks for the article.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: rich</title>
		<link>http://www.visible-form.com/blog/dynamically-loading-fonts-at-runtime/comment-page-1/#comment-121427</link>
		<dc:creator>rich</dc:creator>
		<pubDate>Thu, 22 May 2008 17:11:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.visible-form.com/blog/?p=281#comment-121427</guid>
		<description>hmm...that&#039;s a little bit of a tough one for me without getting my hands on it to play with it.  Are you using CSS in Flex to style the text?  Can you post some more specific info about how you&#039;re defining/using the loaded fonts?</description>
		<content:encoded><![CDATA[<p>hmm&#8230;that&#8217;s a little bit of a tough one for me without getting my hands on it to play with it.  Are you using CSS in Flex to style the text?  Can you post some more specific info about how you&#8217;re defining/using the loaded fonts?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Xilver</title>
		<link>http://www.visible-form.com/blog/dynamically-loading-fonts-at-runtime/comment-page-1/#comment-121267</link>
		<dc:creator>Xilver</dc:creator>
		<pubDate>Thu, 22 May 2008 09:43:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.visible-form.com/blog/?p=281#comment-121267</guid>
		<description>Nice writeup, helped me out a lot. However, I seem to have a problem, and I hope you can help me out, since documentation on this is really hard to come by.

Some of our customers are Fortune 500 companies, and as such, most of the content needs to be translated into a lot of different languages, so you can imagine the character set horror we come across :)

Often, the designers need to add extra characters to a specific font, and when they do that, they create a new font based on the original, and call it for example X_Arial. We make sure that in that case, the font family is the same for all subsets of that font. However, even though X_Arial, X_Arial Bold, X_Arial Italic,... all have X_Arial as font family, Flex will still treat them as separate fonts, unlike when you use the normal Arial.

I have opened the fonts in High-Logic Font Creator, but I can see no differences. I would assume if they have the same family, they would be counted as one font?</description>
		<content:encoded><![CDATA[<p>Nice writeup, helped me out a lot. However, I seem to have a problem, and I hope you can help me out, since documentation on this is really hard to come by.</p>
<p>Some of our customers are Fortune 500 companies, and as such, most of the content needs to be translated into a lot of different languages, so you can imagine the character set horror we come across <img src='http://www.visible-form.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Often, the designers need to add extra characters to a specific font, and when they do that, they create a new font based on the original, and call it for example X_Arial. We make sure that in that case, the font family is the same for all subsets of that font. However, even though X_Arial, X_Arial Bold, X_Arial Italic,&#8230; all have X_Arial as font family, Flex will still treat them as separate fonts, unlike when you use the normal Arial.</p>
<p>I have opened the fonts in High-Logic Font Creator, but I can see no differences. I would assume if they have the same family, they would be counted as one font?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
