Posts Tagged ‘font’

Thursday, July 7th, 2011 at 13:31 | 0 comments
Categories: Computer
Tags: ,

在《Ubuntu终端gnome-terminal字体难看的解决办法》提到gnome terminal的字体渲染不受Appearance里字体面板的控制,今天发现在ubuntu 8.04.4里这个bug依旧,其实那篇blog中的解决办法很丑陋,只要在/etc/fonts/conf.d/目录下删掉10-hinting-slight.conf和10-no-sub-pixel.conf,然后重新做两个软链接就可以了: 最后抱怨一下,firefox不接受Appearance里字体面板的控制也就罢了,像gnome-terminal本身就属于gnome的东西都不接受控制实在有些莫名奇妙

Saturday, January 30th, 2010 at 21:46 | 0 comments
Categories: Computer
Tags: , ,

最近很无奈的要用VC6环境编程,但是VC6源代码默认使用的Fixedsys字体简直让我抓狂。但是VC6的选项里面可以选择使用的字体只有那么有限的几个,比如Courier New,Consolas就没有,没办法只好改注册表: HKEY_CURRENT_USER\Software\Microsoft\DevStudio\6.0\Format\Source Window 下面改掉FontFace就是了。

Wednesday, January 14th, 2009 at 23:22 | 0 comments
Categories: Computer
Tags:

一开始想用文泉驿的正黑等宽字体做终端字体,但是在gnome-terminal中却是无比的难看,一开始以为是文泉驿的正黑没有hitting信息的原因,后来换成Consolas发现在gnome-terminal和firefox中一样也是差距巨大,在gnome-terminal中就像是根本没有进行次像素平滑一样。后来在这里找到了原因和解决办法: 修改:/etc/fonts/conf.d/10-no-sub-pixel.conf 将 <edit name=”rgba” mode=”assign”><const>none</const></edit> 改成: <edit name=”rgba” mode=”assign”><const>rgb</const></edit>

Wednesday, January 14th, 2009 at 11:26 | 0 comments
Categories: Computer
Tags: , ,

原文: http://digidea.blogbus.com/logs/25085697.html 下载地址 : http://www.mediafire.com/?jmm24dhlwyj

Thursday, August 28th, 2008 at 11:19 | 0 comments
Categories: Computer, ZZ
Tags:
TOP