mirror of
https://github.com/notepad-plus-plus/notepad-plus-plus.git
synced 2025-07-16 10:24:43 +02:00
Merge pull request #116 from jay1109/master
[UPDATE] Optimize font quality for LCD.
This commit is contained in:
commit
07968d7ed6
@ -294,6 +294,9 @@ LRESULT Notepad_plus::init(HWND hwnd)
|
|||||||
_mainEditView.execute(SCI_SETCARETLINEVISIBLE, svp1._currentLineHilitingShow);
|
_mainEditView.execute(SCI_SETCARETLINEVISIBLE, svp1._currentLineHilitingShow);
|
||||||
_subEditView.execute(SCI_SETCARETLINEVISIBLE, svp1._currentLineHilitingShow);
|
_subEditView.execute(SCI_SETCARETLINEVISIBLE, svp1._currentLineHilitingShow);
|
||||||
|
|
||||||
|
_mainEditView.execute(SCI_SETFONTQUALITY, SC_EFF_QUALITY_LCD_OPTIMIZED);
|
||||||
|
_subEditView.execute(SCI_SETFONTQUALITY, SC_EFF_QUALITY_LCD_OPTIMIZED);
|
||||||
|
|
||||||
_mainEditView.execute(SCI_SETCARETLINEVISIBLEALWAYS, true);
|
_mainEditView.execute(SCI_SETCARETLINEVISIBLEALWAYS, true);
|
||||||
_subEditView.execute(SCI_SETCARETLINEVISIBLEALWAYS, true);
|
_subEditView.execute(SCI_SETCARETLINEVISIBLEALWAYS, true);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user