TextLayoutSampler icon indicating copy to clipboard operation
TextLayoutSampler copied to clipboard

Quick Question: Text Shadow

Open OdysseusOperator opened this issue 1 year ago • 1 comments

Does this have text shadow as a feature ? I never used Visual Studio and don't want to install it and learn how to build in it just to check.

OdysseusOperator avatar Dec 28 '24 05:12 OdysseusOperator

I never used Visual Studio and don't want to install it

There is a releases page with prebuilt binaries - one doesn't need to built it themselves.

Does this have text shadow as a feature ?

This utility just exposes features of various Windows API's, and I don't know any Windows text API that has text shadow builtin (at least not directly, meaning one would have render to a temporary bitmap first and apply some effect). So this tool would not have shadow.

fdwr avatar Dec 31 '24 03:12 fdwr