<?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: Smoother @font-face embedding in IE 7 &amp; 8</title>
	<atom:link href="http://allcreatives.net/2009/12/05/smoother-font-face-embedding-in-ie-7-8/feed/" rel="self" type="application/rss+xml" />
	<link>http://allcreatives.net/2009/12/05/smoother-font-face-embedding-in-ie-7-8/</link>
	<description></description>
	<lastBuildDate>Thu, 18 Feb 2010 17:12:19 -0600</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: tanya singh</title>
		<link>http://allcreatives.net/2009/12/05/smoother-font-face-embedding-in-ie-7-8/comment-page-1/#comment-836</link>
		<dc:creator>tanya singh</dc:creator>
		<pubDate>Tue, 19 Jan 2010 08:45:42 +0000</pubDate>
		<guid isPermaLink="false">http://allcreatives.net/?p=261#comment-836</guid>
		<description>awesome dude, thanx</description>
		<content:encoded><![CDATA[<p>awesome dude, thanx</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sara</title>
		<link>http://allcreatives.net/2009/12/05/smoother-font-face-embedding-in-ie-7-8/comment-page-1/#comment-234</link>
		<dc:creator>Sara</dc:creator>
		<pubDate>Fri, 18 Dec 2009 13:45:45 +0000</pubDate>
		<guid isPermaLink="false">http://allcreatives.net/?p=261#comment-234</guid>
		<description>That is just awesome! 
You are my hero for figuring this out!</description>
		<content:encoded><![CDATA[<p>That is just awesome!<br />
You are my hero for figuring this out!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jason</title>
		<link>http://allcreatives.net/2009/12/05/smoother-font-face-embedding-in-ie-7-8/comment-page-1/#comment-136</link>
		<dc:creator>Jason</dc:creator>
		<pubDate>Mon, 14 Dec 2009 16:42:47 +0000</pubDate>
		<guid isPermaLink="false">http://allcreatives.net/?p=261#comment-136</guid>
		<description>eeeeeh and here I was thinking there was no fix for this! Thank you!</description>
		<content:encoded><![CDATA[<p>eeeeeh and here I was thinking there was no fix for this! Thank you!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: zhangxinxu</title>
		<link>http://allcreatives.net/2009/12/05/smoother-font-face-embedding-in-ie-7-8/comment-page-1/#comment-125</link>
		<dc:creator>zhangxinxu</dc:creator>
		<pubDate>Sat, 12 Dec 2009 20:23:29 +0000</pubDate>
		<guid isPermaLink="false">http://allcreatives.net/?p=261#comment-125</guid>
		<description>It&#039;s really a very nice post. I decide to translate it.</description>
		<content:encoded><![CDATA[<p>It&#8217;s really a very nice post. I decide to translate it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jonas</title>
		<link>http://allcreatives.net/2009/12/05/smoother-font-face-embedding-in-ie-7-8/comment-page-1/#comment-108</link>
		<dc:creator>Jonas</dc:creator>
		<pubDate>Fri, 11 Dec 2009 11:26:34 +0000</pubDate>
		<guid isPermaLink="false">http://allcreatives.net/?p=261#comment-108</guid>
		<description>Thanks a billion for this post. I remember the Microsoft’s ClearType functionality to be a monkey on my back a couple of weeks ago. Didn&#039;t fix nor touch it since. :)</description>
		<content:encoded><![CDATA[<p>Thanks a billion for this post. I remember the Microsoft’s ClearType functionality to be a monkey on my back a couple of weeks ago. Didn&#8217;t fix nor touch it since. <img src='http://allcreatives.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: max</title>
		<link>http://allcreatives.net/2009/12/05/smoother-font-face-embedding-in-ie-7-8/comment-page-1/#comment-106</link>
		<dc:creator>max</dc:creator>
		<pubDate>Fri, 11 Dec 2009 02:51:52 +0000</pubDate>
		<guid isPermaLink="false">http://allcreatives.net/?p=261#comment-106</guid>
		<description>Nice find, good to see the it’s an easy fix too.</description>
		<content:encoded><![CDATA[<p>Nice find, good to see the it’s an easy fix too.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alex</title>
		<link>http://allcreatives.net/2009/12/05/smoother-font-face-embedding-in-ie-7-8/comment-page-1/#comment-97</link>
		<dc:creator>Alex</dc:creator>
		<pubDate>Thu, 10 Dec 2009 13:34:38 +0000</pubDate>
		<guid isPermaLink="false">http://allcreatives.net/?p=261#comment-97</guid>
		<description>DirectWrite produces much nicer results than GDI, but the problem isn&#039;t so much in the anti-aliasing, as it is in the hinting.

http://localhostr.com.nyud.net/files/425a76/allcreatives%20-%20DW.png

DirectWrite still has certain throwbacks to GDI style rendering (look at the D in December), but once you go outside those limitations text is absolutely beautiful (A cheap hack to disable font hinting for DirectWrite is to apply a very small rotation to the text, 0.0001 degrees is enough to disable hinting but will keep the baseline alignment).

h1,h2,h3 { -moz-transform: rotate(0.0001deg); }

Although the only proper way to bypass hinting, is to remove the need for it all together, If the device rendering the text was a higher density (most PC screens are around 100dpi, my printer is 6 to 12 times higher than that) then you wouldn&#039;t need to hint at all, and hinting would actually worsen the shape of the glyphs in that case.

As for the font in the demo, I just don&#039;t think it&#039;s hinted very well, the bottoms of the glyphs seem to pull down to the base line, producing square bottoms, disabling hinting instantly produces a nicer result.</description>
		<content:encoded><![CDATA[<p>DirectWrite produces much nicer results than GDI, but the problem isn&#8217;t so much in the anti-aliasing, as it is in the hinting.</p>
<p><a href='http://allcreatives.net/2008/12/19/redirect/?url=http://localhostr.com.nyud.net/files/425a76/allcreatives%20-%20DW.png'>http://localhostr.com.nyud.net/files/425a76/allcreatives%20-%20DW.png</a></p>
<p>DirectWrite still has certain throwbacks to GDI style rendering (look at the D in December), but once you go outside those limitations text is absolutely beautiful (A cheap hack to disable font hinting for DirectWrite is to apply a very small rotation to the text, 0.0001 degrees is enough to disable hinting but will keep the baseline alignment).</p>
<p>h1,h2,h3 { -moz-transform: rotate(0.0001deg); }</p>
<p>Although the only proper way to bypass hinting, is to remove the need for it all together, If the device rendering the text was a higher density (most PC screens are around 100dpi, my printer is 6 to 12 times higher than that) then you wouldn&#8217;t need to hint at all, and hinting would actually worsen the shape of the glyphs in that case.</p>
<p>As for the font in the demo, I just don&#8217;t think it&#8217;s hinted very well, the bottoms of the glyphs seem to pull down to the base line, producing square bottoms, disabling hinting instantly produces a nicer result.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mike</title>
		<link>http://allcreatives.net/2009/12/05/smoother-font-face-embedding-in-ie-7-8/comment-page-1/#comment-74</link>
		<dc:creator>Mike</dc:creator>
		<pubDate>Sun, 06 Dec 2009 22:20:04 +0000</pubDate>
		<guid isPermaLink="false">http://allcreatives.net/?p=261#comment-74</guid>
		<description>Sorry James, crossed wires there I think. I was actually replying the second James&#039; comment but regardless the extra info is still appreciated.</description>
		<content:encoded><![CDATA[<p>Sorry James, crossed wires there I think. I was actually replying the second James&#8217; comment but regardless the extra info is still appreciated.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: James Puckett</title>
		<link>http://allcreatives.net/2009/12/05/smoother-font-face-embedding-in-ie-7-8/comment-page-1/#comment-73</link>
		<dc:creator>James Puckett</dc:creator>
		<pubDate>Sun, 06 Dec 2009 21:22:40 +0000</pubDate>
		<guid isPermaLink="false">http://allcreatives.net/?p=261#comment-73</guid>
		<description>Really, Mike. But that doesn’t mean it’s going to stay that way. Right now foundries are all backing up the queues of hinting professionals (there aren’t many people who can hint TrueType fonts cost-efficiently) to get their fonts ready for web use with IE. And people are also starting to convert autohinted PS fonts to TT fonts (it works really well with light weights and sans type). But OTOH, Microsoft seems to be moving to Directwrite rendering for IE 9, which (I think) means that IE 9 will be able to render all forms of hinted type effectively. How this will all fall out in the next few years is quite unpredictable, so web developers should make sure that their code will be easy to change down the road!</description>
		<content:encoded><![CDATA[<p>Really, Mike. But that doesn’t mean it’s going to stay that way. Right now foundries are all backing up the queues of hinting professionals (there aren’t many people who can hint TrueType fonts cost-efficiently) to get their fonts ready for web use with IE. And people are also starting to convert autohinted PS fonts to TT fonts (it works really well with light weights and sans type). But OTOH, Microsoft seems to be moving to Directwrite rendering for IE 9, which (I think) means that IE 9 will be able to render all forms of hinted type effectively. How this will all fall out in the next few years is quite unpredictable, so web developers should make sure that their code will be easy to change down the road!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mike</title>
		<link>http://allcreatives.net/2009/12/05/smoother-font-face-embedding-in-ie-7-8/comment-page-1/#comment-72</link>
		<dc:creator>Mike</dc:creator>
		<pubDate>Sun, 06 Dec 2009 19:57:06 +0000</pubDate>
		<guid isPermaLink="false">http://allcreatives.net/?p=261#comment-72</guid>
		<description>To all, thanks for the feedback and interest, some really good information being collected here and I&#039;ll be reading through it all and see if there any improvements to be made on the existing fix.

@Vladimir Carrer - I agree and I think I mentioned in the post that under normal circumstances disabling ClearType is not advisable that&#039;s why this fix only targets elements containing embedded fonts.

@Charles Roper - This is an issue with ClearType being enabled system wide when embedding TTF&#039;. Strangely ClearType doesn&#039;t cause any issues when embedding OTF. I&#039;m looking to write a follow-up post on this subject with hopefully a further fix this week. Also thanks for the links I&#039;ll be sure to check them out.

@James - Really? This sounds very promising I&#039;ll be sure to do some testing and see if anything can be done with a simple font-weight property. Quite honestly it&#039;s something that I haven&#039;t seen suggested anywhere else.

@Dan - Please see my response to Charles Above.</description>
		<content:encoded><![CDATA[<p>To all, thanks for the feedback and interest, some really good information being collected here and I&#8217;ll be reading through it all and see if there any improvements to be made on the existing fix.</p>
<p>@Vladimir Carrer &#8211; I agree and I think I mentioned in the post that under normal circumstances disabling ClearType is not advisable that&#8217;s why this fix only targets elements containing embedded fonts.</p>
<p>@Charles Roper &#8211; This is an issue with ClearType being enabled system wide when embedding TTF&#8217;. Strangely ClearType doesn&#8217;t cause any issues when embedding OTF. I&#8217;m looking to write a follow-up post on this subject with hopefully a further fix this week. Also thanks for the links I&#8217;ll be sure to check them out.</p>
<p>@James &#8211; Really? This sounds very promising I&#8217;ll be sure to do some testing and see if anything can be done with a simple font-weight property. Quite honestly it&#8217;s something that I haven&#8217;t seen suggested anywhere else.</p>
<p>@Dan &#8211; Please see my response to Charles Above.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
