Skip to content

Commit 065009a

Browse files
committed
v8.7.9: add fifth DirectWrite option
1 parent 3dcaee5 commit 065009a

File tree

2 files changed

+7
-6
lines changed

2 files changed

+7
-6
lines changed

content/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ type: docs
66
Notepad++ User Manual
77
=======
88

9-
This **Notepad++ User Manual** describes the Notepad++ application v8.x (currently up to v8.7.8).
9+
This **Notepad++ User Manual** describes the Notepad++ application v8.x (currently up to v8.7.9).
1010

1111
The documentation is built collaboratively, and [your contribution is very welcome](https://github.com/notepad-plus-plus/npp-usermanual), following our [contribution guidelines](https://github.com/notepad-plus-plus/npp-usermanual/blob/master/CONTRIBUTION.md).
1212

content/docs/preferences.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -564,17 +564,18 @@ A variety of settings that didn't fit elsewhere
564564
- For more details on the System Tray behavior, see [User Interface > System Tray](../user-interface/#system-tray).
565565
* **Direct Write rendering mode** dropdown
566566
- DirectWrite will help in displaying characters even if the active font doesn't have a glyph.
567-
- There are four options (new to v8.7.8):
567+
- There are five options (third and fourth added v8.7.8, fifth in v8.7.9):
568568
- `GDI (most compatible)`: This version is "most compatible", but it's because it doesn't have any of the features available in the other DirectWrite choices.
569-
- `DirectWrite (default)`: This is the "normal" DirectWrite mode, and matches `☑ Use DirectWrite` from v8.7.7 and earlier. This is the default for a new installation of Notepad++.
570-
- `DirectWrite (retain frames)`: Use this if it works best for you, or if you've been asked to try "DirectWrite (retain frames)".
571-
- `DirectWrite (draw to GDI DC)`: Use this if it works best for you, or if you've been asked to try "DirectWrite (draw to GDI DC)".
569+
- `DirectWrite (default)`: This is the "normal" DirectWrite mode. This is the default for a new installation of Notepad++.
570+
- `DirectWrite (retain frames)`: Use this if it works best for you, or if you've been asked to try "DirectWrite (retain frames)" (new to v8.7.8).
571+
- `DirectWrite (draw to GDI DC)`: Use this if it works best for you, or if you've been asked to try "DirectWrite (draw to GDI DC)" (new to v8.7.8).
572+
- `DirectWrite (DirectX 11)`: Use this if it works best for you, or if you've been asked to try "DirectWrite (DirectX 11)" (new to v8.7.9).
572573
- If you have having trouble rendering certain glyphs for Unicode characters (like various Asian characters or emoji), or having trouble with other rendering issues, you may want to try each of the four settings, to see which works best for you.
573574
- Before v8.7.8, this was a checkbox: `☐ Use DirectWrite (May improve rendering special characters, need to restart Notepad++)`: Enables DirectWrite drawing.
574575
- Unchecked is equivalent to the v8.7.8 `GDI (most compatible)`; checked is equivalent to v8.7.8 `DirectWrite (default)`.
575576
- The modified rendering may affect the clarity or readability of the characters for some users or systems (for some users, it increases readability; for others, it decreases readability).
576577
- Before v8.6, DirectWrite was off by default (this option was not checkmarked). Since v8.6, DirectWrite has been on by default (this option is checkmarked).
577-
- Some users notice performance issues when this is checkmarked; those affected may uncheckmark this option.
578+
- Some users notice performance issues when this is checkmarked; those affected should choose `GDI (most compatible)` (or uncheckmark the option in older versions).
578579
- Staring in v8.6.9, this option will be automatically disabled on Windows Server (which cannot use DirectWrite).
579580
* `☐ Enable Notepad++ auto-updater`: Will automatically download updates from the official website, once the development team has decided it's time to push an update to users. If unchecked, you will have to manually download the installer from the official website yourself.
580581
* `☐ Mute all sounds`: When unchecked, a sound will provide feedback on certain actions (example: a search action in [**Find / Replace dialog**](../searching/#dialog-based-searching) results in the text not being encountered); when checked, Notepad++ will remain silent for those actions.

0 commit comments

Comments
 (0)