[Bug 18349] Incorrect font rendering in Japanese locale

wine-bugs at winehq.org wine-bugs at winehq.org
Sat May 9 12:01:47 CDT 2009


http://bugs.winehq.org/show_bug.cgi?id=18349


Paul "TBBle" Hampson <Paul.Hampson at Pobox.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |Paul.Hampson at Pobox.com




--- Comment #11 from Paul "TBBle" Hampson <Paul.Hampson at Pobox.com>  2009-05-09 12:01:46 ---
Not a Wine bug.

The latin characters in jvgasys.fon actually look like that, with thick
lowercase and thin uppercase letters, with font linking disabled. jvgasys.fon
is used as the System font in ja_JP.utf8 locale, in en_* locale vgasys.fon is
used as the System font.

Wine's built-in System font-linking links System to Tahoma and its fontlinks,
but that doesn't override glyphs that appear in the base font. So if you remove
all the entries in your FontLinks registry key (eg added by attach 20749)
you'll see that the latin characters stay the same, but the Japanese-range
characters are reduced to boxes.

The actual font appearance difference is due to the ppem value used for
jvgasys.fon compared to vgasys.fon. vgasys.fon has a ppem of 16, jvgasys.fon
has a ppem of 18. (I don't know what ppem is, see the source of tools/sfnt2fnt
for details, and tools/Makefile.in is the file that controls the ppem values
used for generating the various .fon files)

The ugliness of the font is stated in comment 9 to not be the issue of this
bug, but rather the choice of font to use the glyphs from. And that's working
correctly.


-- 
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.



More information about the wine-bugs mailing list