[Bug 569340] When Hangul Jongseong displays single-consonant, rendering is wrong in GTK applications.

bugzilla at redhat.com bugzilla at redhat.com
Fri Mar 19 06:09:07 UTC 2010


Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.


https://bugzilla.redhat.com/show_bug.cgi?id=569340

fujiwara <tfujiwar at redhat.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |tfujiwar at redhat.com

--- Comment #3 from fujiwara <tfujiwar at redhat.com> 2010-03-19 02:09:04 EDT ---
The char is U+11AB (HANGUL JONGSEONG NIEUN)


% fc-match -v "Baekmuk Gulim"
...
 charset:
 0000: 00000000 ffffffff ffffffff 7fffffff 00000000 f7df2593 c1810040 41810040
 0001: 00020000 810e00c0 000c0e07 000000c0 00000000 00000000 00000000 00000000
...
 0004: ffff0002 ffffffff 0002ffff 00000000 00000000 00000000 00000000 00000000
 0020: 33200000 080d0063 00000000 80100000 0000001e 00001000 00000000 00000000
...


The charset in "Baekmuk Gulim" doesn't include U+11AB so
_pango_engine_shape_covers() returns PANGO_COVERAGE_NONE and the font is not
used in "Monospace 10".

4 * 8 * 8 == 256
0x11ab == 4523 == 256 * 17 + 171

The line #0017 is not covered by "Baekmuk Gulim"
/usr/share/fonts/baekmuk-ttf/gulim.ttf

The workaround is to set the font "Baekmuk Gulim" == "백묵 굴림" with gedit
preference dialog.

-- 
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.


More information about the fonts-bugs mailing list