Foereaper / ChatClient

GNU General Public License v2.0
4 stars 3 forks source link

Text-shadow to improve reading text on different colors. #32

Open Cyclone47 opened 6 years ago

Cyclone47 commented 6 years ago

Creating drop shadow effect for text in the chatbox. This should make reading the chat with different colors easier.

Stacker already did some work on this https://github.com/Foereaper/ChatClient/commit/c67d13af9553abfb8464960031e296cd7dfcc24b

Tashla commented 6 years ago

After some experimenting this seems to be rather complex if not impossible to properly implement in WinForm applications. The graphical equivalent (WPF Forms) do support this as there are more 'handles' for such customization.

Terrorblade commented 6 years ago

Honestly in my opinion I want the application remade in C++ using QT as an interface winforms and C# are just so yeck

Cyclone47 commented 6 years ago

So I'm guessing this can only be done if we convert the project to C++?