How can I change window title font style and font color?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
The titlebar text is managed by your operating system’s window manager, and the only thing you can do as an application programmer is change the text value.
That is, unless you want to draw your own (fake) title bar. That’s generally frowned upon, though. If you really want to, you can take a look at the source code of apps that do this, for example Chromium.