Closed
Bug 3549
Opened 26 years ago
Closed 26 years ago
Need a TextWidth() call that take word/letter spacing into account
Categories
(Core :: Layout, defect, P3)
Tracking
()
VERIFIED
FIXED
M4
People
(Reporter: sfraser_bugs, Assigned: mjudge)
Details
In a number of places in layout, we need to be able to measure text width
for text as it is rendered (e.g. selection, caret), including word or letter
spacing, small caps etc. There is currently no method, either in nsTextFrame, or
GFX, that does the kind of stuff that TextFrame::PaintTextSlowly does for
measuring text width, e.g. measuring the width of text that has word or letter
spacing or small caps.
This is the reason why selecting over text with letter spacing does bad stuff
now.
Updated•26 years ago
|
Assignee: kostello → sfraser
Target Milestone: M4
Comment 1•26 years ago
|
||
Based on your conversation with Kipp, I'm assigning this one to you
Reporter | ||
Updated•26 years ago
|
Assignee: sfraser → mjudge
Hardware: Macintosh → All
Reporter | ||
Comment 2•26 years ago
|
||
Mike, you've done this, right?
Reporter | ||
Updated•26 years ago
|
Status: NEW → RESOLVED
Closed: 26 years ago
Resolution: --- → FIXED
Reporter | ||
Comment 3•26 years ago
|
||
Marking this fixed for Mike.
Updated•26 years ago
|
Status: RESOLVED → VERIFIED
Comment 4•26 years ago
|
||
Fixed in April 13th Build.
You need to log in
before you can comment on or make changes to this bug.
Description
•