Maplespe / DWMBlurGlass

Add custom effect to global system title bar, support win10 and win11.
GNU Lesser General Public License v3.0
1.56k stars 74 forks source link

Titlebar text glow like Windows 7 #181

Closed tyr316ter closed 5 months ago

tyr316ter commented 5 months ago

Describe the solution you'd like

Just like the description, I'd like to have the text glow like what Windows 7 did: RJ8za

Your reason (tell us why we need it)

Just simply that will provide much better visibility for the text if the background has the same colour as the text

Describe alternatives you've considered

And it should be wonderfull if we could modify the titlebar heaviler! I like centered titlebar of Windows 8 and have not found any workaround for this hehe Additional context Thank you in advance for this wonderful app, such a gem for Aeroglass lover like me since the drop of glass8.eu

OliviaIsTyping commented 5 months ago

But text glow already does exist

funn-hue commented 5 months ago

But text glow already does exist

ong

aubymori commented 5 months ago

This does bring up an interesting point; DWMBlurGlass does a "per-letter" glow, where the shape of the glow is affected by the shape of the letters. Windows 7 does not do this, and instead uses a nine-slice image (TEXTGLOW part in DWMWindow UXTheme class) behind the text that is not affected by the shape of the text.

Maplespe commented 5 months ago

DWMBlurGlass has text glow support depending on your theme. A similar issue is #172.