Closed
Bug 167171
Opened 23 years ago
Closed 23 years ago
OS/2 only - fonts don't display properly when DPI is changed
Categories
(Core :: XUL, defect)
Tracking
()
VERIFIED
FIXED
People
(Reporter: mkaply, Assigned: mkaply)
Details
Attachments
(2 files)
9.26 KB,
patch
|
jhpedemonte
:
review+
jhpedemonte
:
superreview+
jesup
:
approval+
|
Details | Diff | Splinter Review |
1.82 KB,
patch
|
Details | Diff | Splinter Review |
We just found a MAJOR OS/2 issue.
We were improperly scaling all fonts based on DPI which causes pages that
designate fonts in pixels to display incorrectly.
Fix was to do DPI the same as GTK - at the device context level, not the font
metrics level.
Patch attached.
Assignee | ||
Comment 1•23 years ago
|
||
Move dpi code to device context
Comment 2•23 years ago
|
||
Comment on attachment 98198 [details] [diff] [review]
Fix
r=pedemont
sr=blizzard (platform specific code)
Attachment #98198 -
Flags: superreview+
Attachment #98198 -
Flags: review+
Comment 3•23 years ago
|
||
Attachment #98198 -
Flags: approval+
Assignee | ||
Comment 4•23 years ago
|
||
Fix checked in
Status: NEW → RESOLVED
Closed: 23 years ago
Resolution: --- → FIXED
Assignee | ||
Comment 5•23 years ago
|
||
You need to log in
before you can comment on or make changes to this bug.
Description
•