chcg / NPP_HexEdit

Notepad++ Plugin Hexedit
821 stars 156 forks source link

Blurry text rendering #45

Closed aslze closed 3 years ago

aslze commented 3 years ago

I posted this same issue on this other repository, thinking that it was the official HexEdit plugin:

https://github.com/JetNpp/HexEditor/issues/3

Text in the HexEdit plugin had looked blurry for years. And they quickly fixed the issue. I tried their newly built plugin and text now looks crisp. But that does not seem to be the official repo, that which then populates N++ Plugin Manager (in fact it has no code, just binaries). Is this repo the one?

chcg commented 3 years ago

@aslze Yes, the current version at PA (https://github.com/notepad-plus-plus/nppPluginList) is taken from this repo. It would be nice to take over the modification done at https://github.com/JetNpp/HexEditor/issues/3. @JetMeta Are you willing to provide your fix for this repo? As PR?

JetMeta commented 3 years ago

@chcg, @aslze Hi Guys, I have made a pr Fix: Fonts are now drawn in default mode. Hope this will help.

According to Qs on CLEARTYPE_QUALITY and CreateFontA function, I restored drawn method to default mode, so font display will depend on settings of the os .

chcg commented 3 years ago

Fix from PR #46 merged and will be available with next release.