[Bug 256254] Re: With ttf-arphic-uming installed, certain Japanese characters break firefox's rendering
freecityhk
freecityhk at hotmail.com
Fri Dec 12 16:05:03 UTC 2008
I've got that problem too
I've try these little config in /etc/fonts/conf.d/50-user.conf
It seems to fix some of the problem,
ps. changing the font would fix the problem
ps. I also confirm it it problem happens on a fresh installed ubuntu 8.04 64bit but not a 32bit one
<fontconfig>
<!-- Load per-user customization file -->
<include ignore_missing="yes">~/.fonts.conf</include>
<match target="font">
<test qual="any" name="family">
<string>AR PL UMing CN</string>
<string>AR PL UMing HK</string>
<string>AR PL UMing TW</string>
<string>AR PL UMing TW MBE</string>
</test>
<test compare="more_eq" name="pixelsize"><double>12.1</double></test>
<test compare="less" name="pixelsize"><double>12.9</double></test>
<edit name="pixelsize"><double>12</double></edit>
</match>
--
With ttf-arphic-uming installed, certain Japanese characters break firefox's rendering
https://bugs.launchpad.net/bugs/256254
You received this bug notification because you are a member of Mozilla
Bugs, which is subscribed to firefox in ubuntu.
More information about the Ubuntu-mozillateam-bugs
mailing list