![]() |
#1 |
Junior Member
Join Date: Sep 2004
Location: England
Posts: 48
|
How to increase the text size appearing on MUI Pages
Hi all,
Can any one tell me how can I increase the size of the text appearing on MUI_WELCOMEPAGE. The text I want to display using MUI_WELCOMEPAGE_TEXT seems to be small. Is there any way to increase its font size. Thanks Venu |
![]() |
![]() |
![]() |
#2 |
Major Dude
|
see the documentation
![]() there's a define to do that. search the readme.html for "3LINES" hand by comm@nder21 ---------- WiKi pages:CreateInternetShortcut|Enhanced FindWindow|Parse CSV-Data|Open/Close CD-Drive|Installer without Icon|Vista application compatibility |
![]() |
![]() |
![]() |
#3 |
Member
Join Date: Jun 2006
Location: Paris - FR
Posts: 58
|
Hi,
i use : code: and it works perfectly due to answer in this thread ! ^^ I have a custom page with title that is too long to display entirely, can i and how i use the _3LINES statment in this case ? code: Thank you |
![]() |
![]() |
![]() |
#4 | |
Forum King
Join Date: Mar 2006
Location: Ath. GR
Posts: 2,078
|
Re: How to increase the text size appearing on MUI Pages
Quote:
code: Quick AVI Creator - Quick and easy convert from DVD/MPEG/AVI/MKV to AVI/MP4/MKV Quick AVI Creator entirely edited with NSIS and entirely upgraded to Unicode NSIS |
|
![]() |
![]() |
![]() |
#5 |
Junior Member
Join Date: Jun 2004
Posts: 19
|
Only works going forward
This code works when the Welcome page appears. But if you click Back from the next page, it reverts to normal. (BTW I think it's kind of ridiculous that one has to jump through hoops to bold some text on the welcome page - this is such a common requirement.)
|
![]() |
![]() |
![]() |
#6 |
Major Dude
Join Date: Jun 2001
Posts: 1,173
|
seems to work fine for me..
code: It's not really that many hoops - you can easily abstract the function to something like ${SetTextSize} <control> <size>. Of course if you just want to define your Welcome page using e.g. Word and define the markup of elements there... perhaps NSIS is not the most appropriate solution. |
![]() |
![]() |
![]() |
#7 |
Junior Member
Join Date: Jul 2019
Posts: 30
|
How to increase the text size of Welcome Page Text
Hello All,
I wanted to make the text size slightly bigger in the Welcome Page Text. I assume it now uses Tahoma 8. When I set font using SetFont "Tahoma" 10", the dialogs height and width also becomes larger and all the pages fonts change. I have also tried the code from the link https://nsis-dev.github.io/NSIS-Foru.../t-193848.html But I am facing the same issue mentioned in the link - "This code works when the Welcome page appears. But if you click Back from the next page, it reverts to normal." Please help!!! |
![]() |
![]() |
![]() |
#8 |
Moderator
Join Date: Jun 2002
Location: ${NSISDIR}
Posts: 5,548
|
IntOp $PostCount $PostCount + 1 |
![]() |
![]() |
![]() |
#9 |
Junior Member
Join Date: Jul 2019
Posts: 30
|
|
![]() |
![]() |
![]() |
#10 |
Moderator
Join Date: Jun 2002
Location: ${NSISDIR}
Posts: 5,548
|
FindWindow might find the wrong window, you should be using $MUI_HWND.
You can also read the HWND from the .ini PHP Code:
IntOp $PostCount $PostCount + 1 |
![]() |
![]() |
![]() |
#11 | |
Junior Member
Join Date: Jul 2019
Posts: 30
|
Quote:
The given code has helped me to change the font of first page. I have a question related to changing font globally. When I set font as - SetFont "Tahoma" 9, though this changes the font in all pages, at the same time the installer pages width and height is also increased. I think the default font is 8. So I suppose changing from 8 -> 9 should not increase the dimensions of the installer window. Can anyone clarify? |
|
![]() |
![]() |
![]() |
#12 |
Moderator
Join Date: Jun 2002
Location: ${NSISDIR}
Posts: 5,548
|
Dialogs use something called dialog units, not pixels, when it first displays the dialog. Dialog units are based on the font size.
IntOp $PostCount $PostCount + 1 |
![]() |
![]() |
![]() |
|
Thread Tools | Search this Thread |
Display Modes | |
|
|