Closed
Bug 351242
Opened 18 years ago
Closed 18 years ago
Rewrite textframe around gfxTextRun
Categories
(Core :: Layout: Text and Fonts, defect)
Core
Layout: Text and Fonts
Tracking
()
RESOLVED
DUPLICATE
of bug 333659
People
(Reporter: roc, Assigned: roc)
Details
The plan is to introduce a new gfxTextRun abstraction that encapsulates the conversion of text to positioned glyphs, with roughly one gfxTextRun per uni-directional chunk of DOM text, which can persist, and is implemented per-platform. nsTextFrame is rewritten to delegate much functionality to gfxTextRun --- and to clean up a lot of problems that have crept in over the years.
Assignee | ||
Comment 1•18 years ago
|
||
The new text run also supports hyphenation (just soft hyphens for now) and is much better about character clusters.
Blocks: shy
![]() |
||
Comment 2•18 years ago
|
||
Marking dep to bug 333659, but how are they actually related? Are they just duplicates?
Blocks: 333659
Assignee | ||
Comment 3•18 years ago
|
||
*** This bug has been marked as a duplicate of 333659 ***
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
•