<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>My MacOS X&#187; font</title>
	<atom:link href="http://www.mymacosx.com/tag/font/feed" rel="self" type="application/rss+xml" />
	<link>http://www.mymacosx.com</link>
	<description>Tips and Tricks for the MacOS X</description>
	<lastBuildDate>Fri, 15 Jul 2011 20:10:09 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Howto better font smoothing on some LCD displays</title>
		<link>http://www.mymacosx.com/snow-leopard/enable-better-font-smoothing-lcd-displays.html</link>
		<comments>http://www.mymacosx.com/snow-leopard/enable-better-font-smoothing-lcd-displays.html#comments</comments>
		<pubDate>Fri, 18 Dec 2009 00:03:36 +0000</pubDate>
		<dc:creator>Amaga</dc:creator>
				<category><![CDATA[Snow Leopard]]></category>
		<category><![CDATA[display]]></category>
		<category><![CDATA[font]]></category>
		<category><![CDATA[smoothing]]></category>

		<guid isPermaLink="false">http://www.mymacosx.com/?p=434</guid>
		<description><![CDATA[One of the unwelcome changes in Snow Leopard, who use certain third-party LCD displays, was the gross simplification of the font smoothing options in the Appearance System Preferences panel. In Leopard (10.5), a pop-up menu provided a number of options for font smoothing—automatic, standard, light, medium (“best for LCD”), and strong. In Snow Leopard (10.6), [...]<p><a href="http://www.mymacosx.com/snow-leopard/enable-better-font-smoothing-lcd-displays.html">Howto better font smoothing on some LCD displays</a> is a post from: <a href="http://www.mymacosx.com">My MacOS X</a></p>


<div style="background-color:#F4F4F4;padding: 5px;border-width:1px; border-style:solid; border-color:#ccc;">
<h3 style="color:#606060;font-size:16px">Related Articles</h3>
<ul>
		<li><a href="http://www.mymacosx.com/iphoto/howto-remove-unwanted-faces-iphoto09.html" rel="bookmark" style="color:#000;font-size:13px">Howto remove unwanted faces in iPhoto 09</a><!-- (5.8)--></li>
		<li><a href="http://www.mymacosx.com/snow-leopard/automatically-set-time-zone-by-location-in-snow-leopard.html" rel="bookmark" style="color:#000;font-size:13px">Automatically change time zone by location in Snow Leopard</a><!-- (5)--></li>
	</ul>
</div>]]></description>
			<content:encoded><![CDATA[<p><img class="size-medium wp-image-438 alignleft" style="margin-left: 10px;margin-right: 10px" title="ultra-slim-19-inch-lcd-display" src="http://www.mymacosx.com/files/2009/12/ultra-slim-19-inch-lcd-display-300x224.jpg" alt="ultra-slim-19-inch-lcd-display" width="210" height="157" />One of the unwelcome changes in Snow Leopard, who use certain <strong>third-party LCD displays</strong>, was the gross simplification of the font <strong>smoothing options</strong> in the Appearance System Preferences panel.</p>
<p>In Leopard (10.5), a pop-up menu provided a number of options for font smoothing—automatic, standard, light, medium (“best for LCD”), and strong.</p>
<p>In Snow Leopard (10.6), though, that’s been simplified down to simply a yes or no option: <em>“Use LCD font smoothing when available.”</em></p>
<p>In practice, however, that’s not the case. The problematic LCD displays could be  Dell, Samsung, LG, HP, EIZO, Lenovo.</p>
<p>The problem was that the text on the Dell was really “light” and hard to read after upgrading to Snow Leopard (10.6). This made it tougher to read, and led to eyestrain if you are using  the machine for an extended period of time.</p>
<p>Lest you think this issue is restricted to those running homebrew netbook Macs, however, that’s not true—apparently standalone LCD displays by Dell, Samsung, LG, HP, EIZO, Lenovo, and possibly others are affected as well.</p>
<p>The top portion of the image is how the document appeared prior to applying the fix;<br />
The bottom was taken after the fix.</p>
<div><a><img class="alignnone size-full wp-image-435" title="smoothing example" src="http://www.mymacosx.com/files/2009/12/smoothing.png" alt="smoothing example" width="386" height="84" /></a></div>
<p>Notice how the top image is quite light—dots on “i” characters are hard to see, and the text has an overall gray tinge to it. In the bottom image, the gray is gone, and everything is a bit bolder while still being clear and crisp.</p>
<div><img class="alignnone size-full wp-image-436" title="smoothing2" src="http://www.mymacosx.com/files/2009/12/smoothing2.png" alt="smoothing2" width="386" height="184" /><br />
Before (top) and after (bottom) the fix</div>
<p>By zooming in a bit, it’s easy to see the difference between the before and after images.</p>
<p>The top portion of the image at right is before the fix; notice that the font smoothing is done completely with levels of gray.</p>
<p>In the bottom portion of the image, taken after the fix, you can see not only more levels of gray, but the subtle use of some colored pixels to smooth the font—there’s a yellow pixel on the left edge of the dot on the “i,” for example.</p>
<p>If you’ve got an LCD panel that you think looks worse than it did before upgrading to 10.6, you can try this fix to see if it makes things better.<br />
<strong>How? Just open <a href="/terminal">Terminal</a></strong> (in Applications -&gt; Utilities) and paste this command, then press Return:</p>
<p><tt>defaults -currentHost write -globalDomain AppleFontSmoothing -int 2</tt></p>
<p>The <tt>2</tt> at the end is equivalent to the old “Medium &#8211; Best for flat panel” setting in 10.5. You can also use <tt>1</tt> for light smoothing, and <tt>3</tt> for strong smoothing. This change will only affect newly-opened applications — anything already running will have to be restarted to see the affect of the changes.</p>
<blockquote><p><span style="color: #0000ff">Note that if you go back into the Appearance panel and toggle the font smoothing setting, you will override your manually-set value—so don’t do that if you value your newly-smoothed fonts.</span></p></blockquote>
<script src="http://feeds.feedburner.com/~s/MyMacosX?i=http://www.mymacosx.com/snow-leopard/enable-better-font-smoothing-lcd-displays.html" type="text/javascript" charset="utf-8"></script><p><a href="http://www.mymacosx.com/snow-leopard/enable-better-font-smoothing-lcd-displays.html">Howto better font smoothing on some LCD displays</a> is a post from: <a href="http://www.mymacosx.com">My MacOS X</a></p>


<div style="background-color:#F4F4F4;padding: 5px;border-width:1px; border-style:solid; border-color:#ccc;">
<h3 style="color:#606060;font-size:16px">Related Articles</h3>
<ul>
		<li><a href="http://www.mymacosx.com/iphoto/howto-remove-unwanted-faces-iphoto09.html" rel="bookmark" style="color:#000;font-size:13px">Howto remove unwanted faces in iPhoto 09</a><!-- (5.8)--></li>
		<li><a href="http://www.mymacosx.com/snow-leopard/automatically-set-time-zone-by-location-in-snow-leopard.html" rel="bookmark" style="color:#000;font-size:13px">Automatically change time zone by location in Snow Leopard</a><!-- (5)--></li>
	</ul>
</div>]]></content:encoded>
			<wfw:commentRss>http://www.mymacosx.com/snow-leopard/enable-better-font-smoothing-lcd-displays.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using apc (Feed is rejected)
Page Caching using apc
Database Caching 6/25 queries in 0.016 seconds using apc
Object Caching 606/624 objects using apc

Served from: www.mymacosx.com @ 2012-02-06 04:53:05 -->
