diff options
| author | Jason Rumney | 2008-02-15 23:24:04 +0000 |
|---|---|---|
| committer | Jason Rumney | 2008-02-15 23:24:04 +0000 |
| commit | f396bf16b098907d19fcd0a69a05595019b77548 (patch) | |
| tree | 1e3f0b806a2c3633f53dfa6b40050abe37e25a3e /etc/PROBLEMS | |
| parent | f9a14e8a0f2a9dfe5177610b45b38a8cf0421597 (diff) | |
| download | emacs-f396bf16b098907d19fcd0a69a05595019b77548.tar.gz emacs-f396bf16b098907d19fcd0a69a05595019b77548.zip | |
Fixed part of Cleartype problem.
Diffstat (limited to 'etc/PROBLEMS')
| -rw-r--r-- | etc/PROBLEMS | 15 |
1 files changed, 7 insertions, 8 deletions
diff --git a/etc/PROBLEMS b/etc/PROBLEMS index 9d5d7e3aa1c..1cc176ca83b 100644 --- a/etc/PROBLEMS +++ b/etc/PROBLEMS | |||
| @@ -2152,14 +2152,13 @@ for menus. Help text is only available in later versions of Windows. | |||
| 2152 | When "ClearType" method is selected as the "method to smooth edges of | 2152 | When "ClearType" method is selected as the "method to smooth edges of |
| 2153 | screen fonts" (in Display Properties, Appearance tab, under | 2153 | screen fonts" (in Display Properties, Appearance tab, under |
| 2154 | "Effects"), there are various problems related to display of | 2154 | "Effects"), there are various problems related to display of |
| 2155 | characters: 2-pixel trace is left behind when moving overlays, bold | 2155 | characters: Bold fonts can be hard to read, small portions of some |
| 2156 | fonts can be hard to read, small portions of some characters could | 2156 | characters could appear chopped, etc. This happens because, under |
| 2157 | appear chopped, etc. This happens because, under ClearType, | 2157 | ClearType, characters are drawn outside their advertised bounding box. |
| 2158 | characters are drawn outside their advertised bounding box. Emacs 21 | 2158 | Emacs 21 disabled the use of ClearType, whereas Emacs 22 allows it and |
| 2159 | disabled the use of ClearType, whereas Emacs 22 allows it and has some | 2159 | has some code to enlarge the width of the bounding box. Apparently, |
| 2160 | code to enlarge the width of the bounding box. Apparently, this | 2160 | this display feature needs more changes to get it 100% right. A |
| 2161 | display feature needs more changes to get it 100% right. A workaround | 2161 | workaround is to disable ClearType. |
| 2162 | is to disable ClearType. | ||
| 2163 | 2162 | ||
| 2164 | There are problems with display if mouse-tracking is enabled and the | 2163 | There are problems with display if mouse-tracking is enabled and the |
| 2165 | mouse is moved off a frame, over another frame then back over the first | 2164 | mouse is moved off a frame, over another frame then back over the first |