Skip to content

Optimize font quality for LCD#116

Merged
donho merged 1 commit intonotepad-plus-plus:masterfrom
jay1109:master
May 26, 2015
Merged

Optimize font quality for LCD#116
donho merged 1 commit intonotepad-plus-plus:masterfrom
jay1109:master

Conversation

@jay1109
Copy link
Copy Markdown
Contributor

@jay1109 jay1109 commented May 25, 2015

I can add a screenshot, if you want to see the difference.

@ghost
Copy link
Copy Markdown

ghost commented May 25, 2015

I think a screenshot would be good. I tried this PR the last time it was suggested, but I couldn't see any changes.

@damien-gerard
Copy link
Copy Markdown

A screenshot is always welcome for this kind of change :)

donho added a commit that referenced this pull request May 26, 2015
[UPDATE] Optimize font quality for LCD.
@donho donho merged commit 07968d7 into notepad-plus-plus:master May 26, 2015
@donho
Copy link
Copy Markdown
Member

donho commented May 26, 2015

@jay1109 Could you show us the screenshot please?

@jay1109
Copy link
Copy Markdown
Contributor Author

jay1109 commented May 26, 2015

The screenshot of the change:
(Sorry for the late reply.)

with change:
npp-with-change
without change:
npp-without-change

@jay1109
Copy link
Copy Markdown
Contributor Author

jay1109 commented May 26, 2015

second example

with change:
npp-with-change-2
without change:
npp-without-change-2

@ariccio
Copy link
Copy Markdown
Contributor

ariccio commented May 26, 2015

Awesome :)

@Yaron10
Copy link
Copy Markdown

Yaron10 commented Jun 12, 2015

@bogiord
Copy link
Copy Markdown

bogiord commented Jun 14, 2015

As indicated by Yaron10 in the referenced discussion, the problem with this change is that it unconditionally enables ClearType even for those of us who disabled it system-wide. Notepad++ should either replicate the global settings or at least allow us to configure this through the Preferences dialog.

@DmFedorov
Copy link
Copy Markdown

Np++ 6.7.8 without Clear Type . . . . . . Np++ 6.7.9 with Clear Type
06 17 2015 21_23_32
I don't found where I can forbid Clear Type for Np++
You see in Tab-header - the same, but in main window - other.
ClearType is disabled in system, but Np++ now have Clear Type

@Yaron10
Copy link
Copy Markdown

Yaron10 commented Jun 19, 2015

Hello DmFedorov,

I hope this issue would be resolved in the next version.
A workaround for v6.7.9:

Install the Notepad++ Python Script plugin.
http://sourceforge.net/projects/npppythonscript/

Add the following lines to the file startup.py.
editor1.setFontQuality(0)
editor2.setFontQuality(0)

Open Python Script -> Configuration.
Set Initialization to ASTARTUP.

Best regards.

python

@ghost
Copy link
Copy Markdown

ghost commented Jun 24, 2015

See #311.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

8 participants