Closed
Bug 373054
Opened 18 years ago
Closed 18 years ago
[pango] missing characters invisibly dropped
Categories
(Core :: Graphics, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 372629
People
(Reporter: dbaron, Unassigned)
Details
Attachments
(2 files)
Under GTK, missing characters (unavailable with the font) are typically rendered as a box with the hexidecimal Unicode digits of the character inside the box in a very small font.
For a while, under Thebes, we left space for these missing character markers, but didn't draw them. Now (as of one of roc's text run landings, I think, but not the most recent one) we've switched to not even leaving space for the missing characters.
Steps to reproduce:
1. load attached testcase
2. look at the ends of the two lines
Actual results: Both lines end with "xx".
Expected results: The lines should each end with x, a missing character marker, and and x, where the missing character marker is a square with hexidecimal digits inside it (see screenshot of Firefox 2).
Reporter | ||
Comment 1•18 years ago
|
||
Reporter | ||
Updated•18 years ago
|
Flags: blocking1.9?
Comment 2•18 years ago
|
||
Bug 372629, no?
Reporter | ||
Comment 3•18 years ago
|
||
I'm not sure if that'll cause us to draw the correct missing glyphs for each platform, though.
Reporter | ||
Comment 4•18 years ago
|
||
(But yes, may well be a duplicate. I didn't see that, since I searched for character instead of glyph.)
Reporter | ||
Comment 5•18 years ago
|
||
Maybe a cross-platform thing is ok, too. Not sure exactly what roc's doing, but anyway:
Status: NEW → RESOLVED
Closed: 18 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•