<?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: How To Embed Fonts</title>
	<atom:link href="http://fxexperience.com/2010/05/how-to-embed-fonts/feed/" rel="self" type="application/rss+xml" />
	<link>http://fxexperience.com/2010/05/how-to-embed-fonts/</link>
	<description>Sharing the Experience of JavaFX</description>
	<lastBuildDate>Sat, 04 Feb 2012 00:40:36 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: cam</title>
		<link>http://fxexperience.com/2010/05/how-to-embed-fonts/comment-page-1/#comment-11330</link>
		<dc:creator>cam</dc:creator>
		<pubDate>Tue, 02 Nov 2010 05:35:21 +0000</pubDate>
		<guid isPermaLink="false">http://fxexperience.com/?p=802#comment-11330</guid>
		<description>I created an issue to track the bug with custom fonts not working in applets or net-start: RT-9667.  The issue has a zipped up netbeans project all setup as described in this article.  I hope it helps someone resolve the issue.</description>
		<content:encoded><![CDATA[<p>I created an issue to track the bug with custom fonts not working in applets or net-start: <a href="http://javafx-jira.kenai.com/browse/RT-9667">RT-9667</a>.  The issue has a zipped up netbeans project all setup as described in this article.  I hope it helps someone resolve the issue.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: cam</title>
		<link>http://fxexperience.com/2010/05/how-to-embed-fonts/comment-page-1/#comment-10863</link>
		<dc:creator>cam</dc:creator>
		<pubDate>Wed, 20 Oct 2010 04:41:39 +0000</pubDate>
		<guid isPermaLink="false">http://fxexperience.com/?p=802#comment-10863</guid>
		<description>This doesn&#039;t work with newer JRE&#039;s,  It works fine with me with my jdk 1.6.14 but using 1.6.21 any custom fonts I use are ignored.  Does anyone know of some work arounds?</description>
		<content:encoded><![CDATA[<p>This doesn&#8217;t work with newer JRE&#8217;s,  It works fine with me with my jdk 1.6.14 but using 1.6.21 any custom fonts I use are ignored.  Does anyone know of some work arounds?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jon Needham</title>
		<link>http://fxexperience.com/2010/05/how-to-embed-fonts/comment-page-1/#comment-7763</link>
		<dc:creator>Jon Needham</dc:creator>
		<pubDate>Tue, 29 Jun 2010 23:02:11 +0000</pubDate>
		<guid isPermaLink="false">http://fxexperience.com/?p=802#comment-7763</guid>
		<description>Is there any way we can get NetBeans screenshots?  I tried following your instructions, but it&#039;s not working for some reason.

Thanks,
Jon</description>
		<content:encoded><![CDATA[<p>Is there any way we can get NetBeans screenshots?  I tried following your instructions, but it&#8217;s not working for some reason.</p>
<p>Thanks,<br />
Jon</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Derrick</title>
		<link>http://fxexperience.com/2010/05/how-to-embed-fonts/comment-page-1/#comment-7186</link>
		<dc:creator>Derrick</dc:creator>
		<pubDate>Tue, 08 Jun 2010 20:50:14 +0000</pubDate>
		<guid isPermaLink="false">http://fxexperience.com/?p=802#comment-7186</guid>
		<description>I&#039;m trying to include a custom font in my application. When I test-run the code from within netbeans everything looks great. However, if I deploy it (or even run it from webstart from within netbeans) the fonts are not loaded and are replaced with a generic font.

I made a test class that prints all the fonts returned by Font.getFamilies(). It shows the custom fonts when I run it normally, but not when I run it through webstart.

Can anyone tell me why webstart can&#039;t see the fonts?</description>
		<content:encoded><![CDATA[<p>I&#8217;m trying to include a custom font in my application. When I test-run the code from within netbeans everything looks great. However, if I deploy it (or even run it from webstart from within netbeans) the fonts are not loaded and are replaced with a generic font.</p>
<p>I made a test class that prints all the fonts returned by Font.getFamilies(). It shows the custom fonts when I run it normally, but not when I run it through webstart.</p>
<p>Can anyone tell me why webstart can&#8217;t see the fonts?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dhruva Ray</title>
		<link>http://fxexperience.com/2010/05/how-to-embed-fonts/comment-page-1/#comment-6988</link>
		<dc:creator>Dhruva Ray</dc:creator>
		<pubDate>Tue, 01 Jun 2010 13:04:05 +0000</pubDate>
		<guid isPermaLink="false">http://fxexperience.com/?p=802#comment-6988</guid>
		<description>While trying to do this in our FX applicaction, I noticed that this works only with only true type fonts (*.ttf). If I use a open type font (*.otf), it throws a FontFormatException: Unsupported sfnt. 

Will be good for your readers if they knew this before trying with otf.

Hope it helps!

-Dhruva</description>
		<content:encoded><![CDATA[<p>While trying to do this in our FX applicaction, I noticed that this works only with only true type fonts (*.ttf). If I use a open type font (*.otf), it throws a FontFormatException: Unsupported sfnt. </p>
<p>Will be good for your readers if they knew this before trying with otf.</p>
<p>Hope it helps!</p>
<p>-Dhruva</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Java desktop links of the week, May 31 &#124; Jonathan Giles</title>
		<link>http://fxexperience.com/2010/05/how-to-embed-fonts/comment-page-1/#comment-6919</link>
		<dc:creator>Java desktop links of the week, May 31 &#124; Jonathan Giles</dc:creator>
		<pubDate>Sun, 30 May 2010 21:30:49 +0000</pubDate>
		<guid isPermaLink="false">http://fxexperience.com/?p=802#comment-6919</guid>
		<description>[...] Bair posted how to embed fonts in JavaFX 1.3. Now go wild and use as many fonts as you possibly can in a single scene: the more, the [...]</description>
		<content:encoded><![CDATA[<p>[...] Bair posted how to embed fonts in JavaFX 1.3. Now go wild and use as many fonts as you possibly can in a single scene: the more, the [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: JavaFX links of the week, May 31 // JavaFX News, Demos and Insight // FX Experience</title>
		<link>http://fxexperience.com/2010/05/how-to-embed-fonts/comment-page-1/#comment-6918</link>
		<dc:creator>JavaFX links of the week, May 31 // JavaFX News, Demos and Insight // FX Experience</dc:creator>
		<pubDate>Sun, 30 May 2010 21:17:05 +0000</pubDate>
		<guid isPermaLink="false">http://fxexperience.com/?p=802#comment-6918</guid>
		<description>[...] blog posts feedrss               &#171; How To Embed Fonts [...]</description>
		<content:encoded><![CDATA[<p>[...] blog posts feedrss               &laquo; How To Embed Fonts [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>

