diff options
author | Eli Zaretskii <eliz@gnu.org> | 2007-04-09 08:42:03 +0000 |
---|---|---|
committer | Eli Zaretskii <eliz@gnu.org> | 2007-04-09 08:42:03 +0000 |
commit | af71f3ce481e1c790739c30025a65ae745a170b5 (patch) | |
tree | 66dbca515d282543aedab9e692ba99f2d397543c /etc/PROBLEMS | |
parent | 146adea30b2327f867af4d1c2358c636c71abaaf (diff) | |
download | emacs-af71f3ce481e1c790739c30025a65ae745a170b5.tar.gz |
Describe problems on Windows with ClearType enabled.
Diffstat (limited to 'etc/PROBLEMS')
-rw-r--r-- | etc/PROBLEMS | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/etc/PROBLEMS b/etc/PROBLEMS index 050d89d7acc..77b6d98ceab 100644 --- a/etc/PROBLEMS +++ b/etc/PROBLEMS @@ -2102,6 +2102,18 @@ pop-up menu interaction. Windows 95 and Windows NT up to version 4.0 do not support help text for menus. Help text is only available in later versions of Windows. +When "ClearType" method is selected as the "method to smooth edges of +screen fonts" (in Display Properties, Appearance tab, under +"Effects"), there are various problems related to display of +characters: 2-pixel trace is left behind when moving overlays, bold +fonts can be hard to read, small portions of some characters could +appear chopped, etc. This happens because, under ClearType, +characters are drawn outside their advertised bounding box. Emacs 21 +disabled the use of ClearType, whereas Emacs 22 allows it and has some +code to enlarge the width of the bounding box. Apparently, this +display feature needs more changes to get it 100% right. A workaround +is to disable ClearType. + There are problems with display if mouse-tracking is enabled and the mouse is moved off a frame, over another frame then back over the first frame. A workaround is to click the left mouse button inside the frame |