bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#4547: a bug: emacs 23.1: very large font


From: Stefan Monnier
Subject: bug#4547: a bug: emacs 23.1: very large font
Date: Tue, 17 Nov 2009 08:45:19 -0500
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1.50 (gnu/linux)

> While not technically a bug, it is unfortunate that Emacs uses a DPI value
> other than the rest of the applications.

The main problem I see is that Emacs tries to choose a default font such
that it will always have the same physical screen size.

This seemed like a good idea at some point in time, but experience shows
that with higher DPIs, the smoother curves of letters makes the text
more legible at the same physical display size, so people are happy to
use slightly smaller fonts (in other words, small fonts used to be
illegible not just because they were physically small but also because
there weren't enough pixels to make them legible).

So choosing a fixed physical size is not really a good idea.

Another reason why this is, is that what "really" matters is not the
dimension of text on the physical screen, but the "apparent size" seen
from the user, which is approximately "screen-size /
distance-from-the-eye".  And it turns out that the distance between the
eye and the screen depends on the device being used.

For all these reasons, the real physical DPI is not an ideal basis to
choose the default font size.  So using some kind of user-controlled
"perceived DPI" would be a much better choice.  IIUC the DPI provided by
Xsettings is a good choice for that.


        Stefan





reply via email to

[Prev in Thread] Current Thread [Next in Thread]