| 55 | |
| 56 | == windows 7 cleartype |
| 57 | |
| 58 | default: |
| 59 | {{{#!registry |
| 60 | Windows Registry Editor Version 5.00 |
| 61 | |
| 62 | [HKEY_CURRENT_USER\Control Panel\Desktop] |
| 63 | "FontSmoothing"="2" |
| 64 | "FontSmoothingType"=dword:00000002 |
| 65 | }}} |
| 66 | |
| 67 | windows xp equivalent: |
| 68 | {{{#!registry |
| 69 | Windows Registry Editor Version 5.00 |
| 70 | |
| 71 | [HKEY_CURRENT_USER\Control Panel\Desktop] |
| 72 | "FontSmoothing"="2" |
| 73 | "FontSmoothingType"=dword:00000001 |
| 74 | }}} |
| 75 | |
| 76 | completely disabled: |
| 77 | {{{#!registry |
| 78 | Windows Registry Editor Version 5.00 |
| 79 | |
| 80 | [HKEY_CURRENT_USER\Control Panel\Desktop] |
| 81 | "FontSmoothing"="0" |
| 82 | "FontSmoothingType"=dword:00000000 |
| 83 | }}} |
| 84 | |
| 85 | подстановка шрифтов диалогов: |
| 86 | {{{#!registry |
| 87 | Windows Registry Editor Version 5.00 |
| 88 | |
| 89 | [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\FontSubstitutes] |
| 90 | "MS Shell Dlg"="Microsoft Sans Serif" |
| 91 | "MS Shell Dlg 2"="Tahoma" |
| 92 | }}} |
| 93 | |
| 94 | [[br]] |
| 95 | |