Forum: NSIS Discussion
9th July 2011, 09:15
|
|
Replies: 572
Views: 237,197
|
Forum: NSIS Discussion
8th July 2011, 14:23
|
|
Replies: 572
Views: 237,197
Changing default font size
Now that I am able to build a High-DPI aware NSIS, I'd like to be able to make the default fonts larger (and consequently the size of the dialog boxes) so that the text (all statics, buttons, etc.)...
|
Forum: NSIS Discussion
16th June 2011, 21:14
|
|
Replies: 572
Views: 237,197
Thanks Anders,
system::call...
Thanks Anders,
system::call 'user32::SetProcessDPIAware()' in .onInit and un.onInit seems to work just fine. Some text looks a bit small but this should be ok for now.
|
Forum: NSIS Discussion
16th June 2011, 17:58
|
|
Replies: 572
Views: 237,197
NSIS Unicode High-DPI Awareness?
Hello all,
Is there any way to enable High-DPI awareness in an NSIS Unicode installer? Currently it seems to rely on display scaling in Windows 7 which does not look really good on high-DPI...
|