[Bug 396611] New: Java fonts for Traditional Chinese
https://bugzilla.novell.com/show_bug.cgi?id=396611 Summary: Java fonts for Traditional Chinese Product: openSUSE 11.0 Version: RC 1 Platform: Other OS/Version: Other Status: NEW Severity: Normal Priority: P5 - None Component: Java AssignedTo: bnc-team-java@forge.provo.novell.com ReportedBy: swyear@yahoo.com.tw QAContact: qa@suse.de Found By: --- I found that openSUSE use FZMingTi as default font for Traditional Chinese, /usr/lib/jvm/jre/lib/fontconfig.SuSE.properties contains allfonts.chinese-big5=-founder-MingTiB-medium-r-normal--*-%d-*-*-*-*-big5-0 But this font doesn't have embedded-bitmap, Taht makes java fonts ugly with Traditional Chinese. openSUSE 11.0 ships with AR PL ShanHeiSun Uni (uming.ttf) I think it's better to use this font instead. Thanks -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=396611 User swyear@yahoo.com.tw added comment https://bugzilla.novell.com/show_bug.cgi?id=396611#c1 --- Comment #1 from swyear chen <swyear@yahoo.com.tw> 2008-06-02 23:45:07 MDT --- Created an attachment (id=219709) --> (https://bugzilla.novell.com/attachment.cgi?id=219709) use FZMingTi (original) -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=396611 User swyear@yahoo.com.tw added comment https://bugzilla.novell.com/show_bug.cgi?id=396611#c2 --- Comment #2 from swyear chen <swyear@yahoo.com.tw> 2008-06-02 23:50:14 MDT --- Created an attachment (id=219710) --> (https://bugzilla.novell.com/attachment.cgi?id=219710) use uming.ttf You can see the differences -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=396611 User swyear@yahoo.com.tw added comment https://bugzilla.novell.com/show_bug.cgi?id=396611#c3 --- Comment #3 from swyear chen <swyear@yahoo.com.tw> 2008-06-02 23:54:39 MDT --- These are screenshots of java control pannel to show you chinese fonts. sorry for the file name. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=396611 Mike Fabian <mfabian@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |mfabian@novell.com AssignedTo|bnc-team-java@forge.provo.novell.com |mfabian@novell.com Status|NEW |ASSIGNED -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=396611 User mfabian@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=396611#c4 --- Comment #4 from Mike Fabian <mfabian@novell.com> 2008-06-03 07:21:15 MDT --- Created an attachment (id=219799) --> (https://bugzilla.novell.com/attachment.cgi?id=219799) osc-diff The changes I applied. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=396611 User mfabian@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=396611#c5 Mike Fabian <mfabian@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |RESOLVED Resolution| |FIXED --- Comment #5 from Mike Fabian <mfabian@novell.com> 2008-06-03 07:25:15 MDT --- The Java 1.5 fontsetup is generated by the /usr/sbin/fonts-config script. I changed this script according to the attachment in comment #4. The relevant change is: my @sans_simplified_chinese_priority = ("FZSongTi", + "AR PL ShanHeiSun Uni", "AR PL SungtiL GB"); my @serif_simplified_chinese_priority = ("FZSongTi", + "AR PL ShanHeiSun Uni", "AR PL SungtiL GB"); - my @sans_traditional_chinese_priority = ("FZMingTiB", + my @sans_traditional_chinese_priority = ("AR PL ShanHeiSun Uni", + "FZMingTiB", "AR PL Mingti2L Big5"); - my @serif_traditional_chinese_priority = ("FZMingTiB", + my @serif_traditional_chinese_priority = ("AR PL ShanHeiSun Uni", + "FZMingTiB", "AR PL Mingti2L Big5"); I.e. "AR PL ShanHeiSun Uni" is now the preferred font for traditional Chinese and FZMingTiB is only used if "AR PL ShanHeiSun Uni" is not installed. For simplified Chinese I added "AR PL ShanHeiSun Uni" as another fallback but kept "FZSongTi" at the top of the list because "FZSongTi" has bitmaps which seem to be somewhat better than thouse from "AR PL ShanHeiSun Uni". Changes submitted to STABLE/Factory and the M17N project in the openSUSE build service. Closing as FIXED. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=396611 User mfabian@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=396611#c6 --- Comment #6 from Mike Fabian <mfabian@novell.com> 2008-06-03 07:41:43 MDT --- Please test the updated fonts-config package from http://download.opensuse.org/repositories/M17N/SUSE_Factory/noarch/ -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=396611 User swyear@yahoo.com.tw added comment https://bugzilla.novell.com/show_bug.cgi?id=396611#c7 --- Comment #7 from swyear chen <swyear@yahoo.com.tw> 2008-06-03 08:42:34 MDT --- Thank you Mike Can you push this to 11.0 GM? -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=396611 User mfabian@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=396611#c8 Mike Fabian <mfabian@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |coolo@novell.com --- Comment #8 from Mike Fabian <mfabian@novell.com> 2008-06-03 09:09:50 MDT --- Adding Stephan Kulow to CC:. Can this still be included in 11.0? -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
participants (1)
-
bugzilla_noreply@novell.com