Re: [m17n] Chinese fonts anti-aliasing problem
"pangaoyong" <pangaoyong@126.com> ����ϕ����ޤ���:
I select the Chinese TrueType fonts AR PL SungtiL GB but I still can't get it working fine, this is my new Konqueror setting. [HTML Settings] AutoDelayedActions=true AutoLoadImages=true AutomaticDetectionLanguage=0 ChangeCursor=true DefaultEncoding= Fonts=AR PL SungtiL GB,AR PL SungtiL GB,AR PL SungtiL GB,AR PL SungtiL GB,AR PL SungtiL GB,AR PL SungtiL GB,0 FormCompletion=true HoverLinks=true MaxFormCompletionItems=10 MediumFontSize=10 MinimumFontSize=7 ShowAnimations=Enabled UnderlineLinks=false
The Arphic PL fonts don't have embedded bitmaps. You said you liked the way English looked when you used the bitmap font "Adobe Helvetica" for English. But you cannot achieve that for Chinese with the "AR PL SungtiL GB" of course as this font doesn't have bitmaps, only outlines.
You can get the outlines rendered with anti-aliasing but apparently you don't like this. Or, you can switch the anti-aliasing off by adding the rule
<match target="font"> <edit name="antialias"> <bool>false</bool> </edit> </match>
to your ~/.fonts.conf. Then the outlines will be rendered in black and white only without the gray. But they will still be not as perfect as hand tuned bitmaps.
-- Mike FABIAN <mfabian@suse.de> http://www.suse.de/~mfabian ˯�߲���Ϥ������¤Δ�����
-- To unsubscribe, e-mail: m17n-unsubscribe@suse.com For additional commands, e-mail: m17n-help@suse.com
-----------------------------------------------------------
Yes, you are right, when I switch off the anti-aliasing by adding the lines, the fonts rendered in black and white without the gray, it looks better then ever. Thanks ----------------------------------------------------------- ���ϵ�http://www.126.com����260Mȫ������������! �ṩ���ʼ������ֻ��������ѹ���, ��ʱ�����ʼ���Ϣ!
participants (1)
-
pangaoyong