comparison etc/PROBLEMS @ 77076:9bc027540c27

Describe problems on Windows with ClearType enabled.
author Eli Zaretskii <eliz@gnu.org>
date Mon, 09 Apr 2007 08:42:03 +0000
parents e764b3b9820d
children 8658cdd16704 4ef881a120fe
comparison
equal deleted inserted replaced
77075:68bbe818cb3f 77076:9bc027540c27
2100 pop-up menu interaction. 2100 pop-up menu interaction.
2101 2101
2102 Windows 95 and Windows NT up to version 4.0 do not support help text 2102 Windows 95 and Windows NT up to version 4.0 do not support help text
2103 for menus. Help text is only available in later versions of Windows. 2103 for menus. Help text is only available in later versions of Windows.
2104 2104
2105 When "ClearType" method is selected as the "method to smooth edges of
2106 screen fonts" (in Display Properties, Appearance tab, under
2107 "Effects"), there are various problems related to display of
2108 characters: 2-pixel trace is left behind when moving overlays, bold
2109 fonts can be hard to read, small portions of some characters could
2110 appear chopped, etc. This happens because, under ClearType,
2111 characters are drawn outside their advertised bounding box. Emacs 21
2112 disabled the use of ClearType, whereas Emacs 22 allows it and has some
2113 code to enlarge the width of the bounding box. Apparently, this
2114 display feature needs more changes to get it 100% right. A workaround
2115 is to disable ClearType.
2116
2105 There are problems with display if mouse-tracking is enabled and the 2117 There are problems with display if mouse-tracking is enabled and the
2106 mouse is moved off a frame, over another frame then back over the first 2118 mouse is moved off a frame, over another frame then back over the first
2107 frame. A workaround is to click the left mouse button inside the frame 2119 frame. A workaround is to click the left mouse button inside the frame
2108 after moving back into it. 2120 after moving back into it.
2109 2121