Skip to content
⌘ NSIS Forum Archive

resizing / changing the font of MUI_WELCOMEPAGE_TITLE

6 posts

TobWen#

resizing / changing the font of MUI_WELCOMEPAGE_TITLE

Hi there,

I'm interested in resizing / changing the font of MUI_WELCOMEPAGE_TITLE.
It's not documented anywhere :-((

Searching the board always gave me the result MUI_WELCOMEPAGE_3LINES, but that's not the solution for my problem :-(

Best regards,
Tobias
Afrow UK#
2nd result for search: CreateFont

Are you a developer who uses NSIS to distribute your application? Are you a Winamp plug-in developer who wants to use NSIS to distribute your plug-in? Have suggestions for other people like you? This is the place.


-Stu
TobWen#
oh, sorry ...

Edit: "CreateFont $R1 $(^Font)" changes the style to Arial :-(
I thought $(^Font) would use the original font?!
Afrow UK#
Check the value of $(^Font) in a MessageBox. Unless you've changed the installer font to Arial with SetFont, or you're using a different system font, $(^Font) will be Ms Sans Serif.

-Stu