Dulappy / aero-window-manager

A configuration utility for modifying Windows 10's DWM metrics
GNU General Public License v3.0
61 stars 4 forks source link

caption text filtering is enforced? #14

Open Leafinguh opened 1 month ago

Leafinguh commented 1 month ago

I've disabled both ClearType and smooth edges of screen fonts, but the caption text is still filtered. Is there something I missed in the AWM configurator or is disabling the caption text filtering not possible under AWM?

image

ittrgrey commented 1 month ago

The AWM caption text is rendered using DirectWrite as per Windows Vista-8. As such it doesn't use ClearType GDI text settings.

Leafinguh commented 1 month ago

Oh that's a bit annoying, I wish there was a way to just leave text rendering as is or as how DWMBG handles it. That'd be nice when porting basic themes to use AWM metrics

Dulappy commented 1 month ago

I can probably detect the specific GDI text setting and update D2D1_TEXT_ANTIALIAS_MODE accordingly.