Closed
Bug 183100
Opened 23 years ago
Closed 23 years ago
Use both 96 & 120 dpi version bitmap fonts
Categories
(Core :: Layout: Text and Fonts, defect)
Tracking
()
RESOLVED
FIXED
People
(Reporter: jhpedemonte, Assigned: mkaply)
Details
Attachments
(2 files)
|
12.46 KB,
patch
|
Details | Diff | Splinter Review | |
|
11.61 KB,
patch
|
Details | Diff | Splinter Review |
Bitmap fonts on OS/2 come in two flavors: 96dpi and 120dpi. Currently, we only
use bitmap fonts that were made for the given dpi. However, if we use both
flavors, then we can have a finer granularity of sizes to display. In other
words, there are more sizes to choose from if we use both 96 & 120 dpi fonts.
| Reporter | ||
Comment 1•23 years ago
|
||
Implement using both DPI versions of bitmap fonts. Also, change over some of
the PL_* functions.
| Reporter | ||
Comment 2•23 years ago
|
||
Ignore whitespace patch. Should be easier to understand.
| Reporter | ||
Updated•23 years ago
|
Attachment #107962 -
Flags: review?(mkaply)
Comment 3•23 years ago
|
||
:-)
| Assignee | ||
Comment 4•23 years ago
|
||
Fix checked in
Status: NEW → RESOLVED
Closed: 23 years ago
Resolution: --- → FIXED
Comment 5•23 years ago
|
||
2003010712 1024x768
Is this fix responsible for shrunken WarpSans in certain places? Tabs, PTB &
URLbar remain as before, but status bar and Mailnews text button text have
shrunk as if WarpSans in 96 DPI is being applied when elsewhere is 120 DPI as
set in prefs. Can this tiny stuff be undone via prefs or CSS? How can people
using higher resolutions see this tiny text?
| Assignee | ||
Comment 6•23 years ago
|
||
Does your video card allow you to modify your DPI? If so, what do you have it
set to?
what do you have your DPI set to in Mozilla?
Are you using a different theme than the default?
Comment 7•23 years ago
|
||
In CONFIG.SYS:
rem SET SDDFONTSIZE=small
rem SET SDDFONTDPI=96
SET SDDICONS=small
Mozilla is set to 120 DPI Modern
Updated•23 years ago
|
Attachment #107962 -
Flags: review?(mkaply)
You need to log in
before you can comment on or make changes to this bug.
Description
•