Open
Bug 40373
Opened 24 years ago
Updated 2 years ago
Unix: use POINT_SIZE and RESOLUTION_Y to determine pixel size
Categories
(Core :: Layout: Text and Fonts, defect, P3)
Tracking
()
NEW
Future
People
(Reporter: erik, Unassigned)
Details
The standard Adobe fonts on Unix appear to have more accurate POINT_SIZE fields
than PIXEL_SIZE fields. The pixel size can be derived from POINT_SIZE and
RESOLUTION_Y, so we should compute it that way.
Reporter | ||
Updated•24 years ago
|
Status: NEW → ASSIGNED
Target Milestone: --- → M17
Comment 1•24 years ago
|
||
reassign to bstell and mark it as ---
Assignee: erik → bstell
Status: ASSIGNED → NEW
Target Milestone: M17 → ---
Updated•24 years ago
|
Status: NEW → ASSIGNED
Updated•24 years ago
|
Target Milestone: --- → Future
Comment 4•22 years ago
|
||
What's up with this bug? If we never plan to fix it, just say so...
Is this even relevant with the new xft/freetype/whatever stuff that's going on?
Comment 5•22 years ago
|
||
This appears to only relate to the core X fonts.
Unless some has feeling about this bug, I recommend we close it.
This bug came from a newsgroup discussion Erik and I had ages ago. The
problem is that the standard X bitmap fonts are all specified in points.
The pixel sizes defined in the fonts are derived from the point values
but there are roundoff errors so selecting these fonts by their pixel
values is not monotonic. Since X thinks in terms of points, the idea is
that mozilla does so as well when talking to the X server.
This doesn't apply to scaleable fonts because the pixel <-> point
mapping occurs ar run-time.
Updated•21 years ago
|
Component: Layout → Layout: Fonts and Text
Comment 7•20 years ago
|
||
what a hack. I have not touch mozilla code for 2 years. I didn't read these bugs
for 2 years. And they are still there. Just close them as won't fix to clean up.
Status: ASSIGNED → RESOLVED
Closed: 20 years ago
Resolution: --- → WONTFIX
Comment 8•20 years ago
|
||
Mass Re-open of Frank Tangs Won't fix debacle. Spam is his responsibility not my own
Status: RESOLVED → REOPENED
Resolution: WONTFIX → ---
Comment 9•20 years ago
|
||
Mass Re-assinging Frank Tangs old bugs that he closed won't fix and had to be
re-open. Spam is his fault not my own
Assignee: ftang → nobody
Status: REOPENED → NEW
Updated•15 years ago
|
QA Contact: chrispetersen → layout.fonts-and-text
Updated•2 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•