Friday, July 27, 2007

change font size for Microsoft Html Help file (chm)

This may be the way to do it:
1. From the CHM Menu click Options
2. Click Internet Options
3. From Internet Options window click Accessibility button
4. Check box Ignore font styles specified on Web pages
5. Click OK
6. Click Fonts button and select the font you want
7. Click OK

That's it.

Windows Registry Editor Version 5.00

[HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\International\Scripts\3]
"IEFontSize"=hex:02,00,00,00

这里面 IEFontSize 第一位可以取 00、01、02、03 和 04,分别对应 CHM 里面的最小到最大五个层次,02 就是正常尺寸了。
找到键值就好办,上面这段保存成 .reg 文件(注意换行),下次遇到问题导入一下再重开 CHM 字体就正常了。

设置到3就差不多了,4就有字体加粗的感觉了

按住CTRL键
鼠标移到网页上,然后滚动滚轮,就可以调节大小了

No comments: