From: <sea...@us...> - 2006-10-04 18:35:52
|
Revision: 17429 http://svn.sourceforge.net/gaim/?rev=17429&view=rev Author: seanegan Date: 2006-10-04 11:35:45 -0700 (Wed, 04 Oct 2006) Log Message: ----------- Another blog post Added Paths: ----------- web/htdocs/sean/images/gtkimhtmlsmall.png web/htdocs/sean/images/gtkimhtmlsmaller.png web/htdocs/sean/posts/font-sizes.txt Added: web/htdocs/sean/images/gtkimhtmlsmall.png =================================================================== (Binary files differ) Property changes on: web/htdocs/sean/images/gtkimhtmlsmall.png ___________________________________________________________________ Name: svn:mime-type + image/png Added: web/htdocs/sean/images/gtkimhtmlsmaller.png =================================================================== (Binary files differ) Property changes on: web/htdocs/sean/images/gtkimhtmlsmaller.png ___________________________________________________________________ Name: svn:mime-type + image/png Added: web/htdocs/sean/posts/font-sizes.txt =================================================================== --- web/htdocs/sean/posts/font-sizes.txt (rev 0) +++ web/htdocs/sean/posts/font-sizes.txt 2006-10-04 18:35:45 UTC (rev 17429) @@ -0,0 +1,26 @@ +Font Sizes +<p>Another one of those questions I get asked several times a day is "how do I +make the font size in the conversation window larger." Like the buddy list +indentation I mentioned in earlier post to this blog, this is another thing +controlled by an obscure setting that has to be manually set in a text file +somewhere.</p> + +<p>It turns out that people asking this question almost always want one thing: +that when someone IMs them formatted text, that it not appear too small. In the +past, people have used the "Ignore incoming font sizes" option in Gaim to +ensure their buddies' messages are always legible, but in Gaim 2.0.0, we've +replaced this with a "Ignore incoming formatting" option, which also turns off +colors and font styles.</p> + +<img src='http://gaim.sf.net/sean/images/gtkimhtmlsmaller.png' align='center'/> + +<p>I thought about adding a feature to let you easily adjust the size of the +conversation font, but today, I submitted some code that I hope solves the +root of the problem. In previous versions of Gaim, a "smaller" font was about +83% the size of the normal font, and the "smallest" was about 69%. I've changed +these numbers to 95% and 85% respectively.</p> + +<img src='http://gaim.sf.net/sean/images/gtkimhtmlsmall.png' align='center'/> + +<p>If you've been bothered by fonts in Gaim being too small before, I hope +you give this a try and let me know if this is a good solution.</p> Property changes on: web/htdocs/sean/posts/font-sizes.txt ___________________________________________________________________ Name: svn:mime-type + text/plain Name: svn:eol-style + native This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |