Bug 47868
Summary: | Fonts do not scale with the Xserver DPI setting | ||
---|---|---|---|
Product: | [Retired] Red Hat Linux | Reporter: | Robert Clark <robert3> |
Component: | XFree86 | Assignee: | Mike A. Harris <mharris> |
Status: | CLOSED NOTABUG | QA Contact: | David Lawrence <dkl> |
Severity: | medium | Docs Contact: | |
Priority: | medium | ||
Version: | 7.1 | CC: | otaylor |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | i386 | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2001-07-10 19:24:11 UTC | Type: | --- |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: |
Description
Robert Clark
2001-07-08 14:11:45 UTC
For most cases, this is normal and expected behavior -- X only comes with two varieties of fonts -- 75dpi and 100dpi, and the choice between them is determined by the order of your fontpath. (/etc/X11/fs/config) Some programs may take resolution into account beyond this -- for instance, GTK+ version 2.0 ignores the resolution setting for fonts and picks the nearest bitmap font based on the pixel size of the fonts and the resolution -- but this is not common behavior currently. I don't know the details of the algorithm that mozilla uses for choosing font sizes. You might want to try switching to a scaleable font (such as URW Helvetica, insetad of Adobe Helvetica) and see if that makes it more responsive to resolution changes. Indeed, as Owen has said, X comes with 75dpi and 100dpi fonts only, and scalable fonts. If the fonts do not look great, don't use the 100dpi/75dpi fonts, but instead use Type1 and truetype which looks great. |