WINAMP.COM | Forums : Powered by vBulletin version 2.3.9 WINAMP.COM | Forums > Developer Center > NSIS Discussion > Size Subtitle ' s fonts
  Last Thread   Next Thread
Author
Thread Post New Thread    Post A Reply
ras french
Junior Member

Registered: Dec 2006
From:

Size Subtitle ' s fonts

hi ,

i have another question... i would change the size of the fonts of the subtitle because it is too small ( on all page )

is it possible ? and if yes how can i make this ?

thx

Quick Link | Report this post to a moderator | IP: Logged

ras french is offline Old Post 12-14-2006 05:28 PM
Click Here to See the Profile for ras french Click here to Send ras french a Private Message Click Here to Email ras french Find more posts by ras french Add ras french to your buddy list Edit/Delete Message Reply w/Quote
Red Wine
Forum King

Registered: Mar 2006
From: Ath. GR

Everything is in the forum, see this thread for instance:

http://forums.winamp.com/showthread.php?threadid=254694

EXAMPLE:

code:
!define APP_NAME 'Test' name ${APP_NAME} outfile '${APP_NAME}.exe' showinstdetails show InstallDir '$PROGRAMFILES\${APP_NAME}' !include 'mui.nsh' !insertmacro MUI_PAGE_WELCOME !define MUI_PAGE_CUSTOMFUNCTION_PRE ChangeSubtitleFont !insertmacro MUI_PAGE_LICENSE '${NSISDIR}\License.txt' !define MUI_PAGE_CUSTOMFUNCTION_PRE ChangeSubtitleFont !insertmacro MUI_PAGE_COMPONENTS !define MUI_PAGE_CUSTOMFUNCTION_PRE ChangeSubtitleFont !insertmacro MUI_PAGE_DIRECTORY !define MUI_PAGE_CUSTOMFUNCTION_PRE ChangeSubtitleFont !insertmacro MUI_PAGE_INSTFILES !insertmacro MUI_PAGE_FINISH !insertmacro MUI_LANGUAGE "English" function ChangeSubtitleFont GetDlgItem $1 $HWNDPARENT 1038 CreateFont $0 "Tahoma" "9" "500" SendMessage $1 0x0030 $0 0 functionend section !Required Section SectionIn RO sectionend Section /o Optional SectionEnd

EDIT: Concluded that there is no need to call the ChangeSubtitleFont function in every page pre function. If you call it from license page pre function, it changes the subtitles in all following pages.

__________________
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

Last edited by Red Wine on 12-16-2006 at 11:04 AM

Quick Link | Report this post to a moderator | IP: Logged

Red Wine is offline Old Post 12-16-2006 10:03 AM
Click Here to See the Profile for Red Wine Click here to Send Red Wine a Private Message Find more posts by Red Wine Add Red Wine to your buddy list Edit/Delete Message Reply w/Quote
ras french
Junior Member

Registered: Dec 2006
From:

thx for this help red wine and sorry but i have made search before posting with font and size font ( not " setfont " )and i don't have answers..... thx

Quick Link | Report this post to a moderator | IP: Logged

ras french is offline Old Post 12-16-2006 02:50 PM
Click Here to See the Profile for ras french Click here to Send ras french a Private Message Click Here to Email ras french Find more posts by ras french Add ras french to your buddy list Edit/Delete Message Reply w/Quote
Red Wine
Forum King

Registered: Mar 2006
From: Ath. GR

You welcome :-)
I'd suggest first check for a certain resolution on target, then execute this code if needed, because on low resolutions wont look nice.

__________________
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

Quick Link | Report this post to a moderator | IP: Logged

Red Wine is offline Old Post 12-16-2006 03:04 PM
Click Here to See the Profile for Red Wine Click here to Send Red Wine a Private Message Find more posts by Red Wine Add Red Wine to your buddy list Edit/Delete Message Reply w/Quote
ras french
Junior Member

Registered: Dec 2006
From:

realy big thx ... it's work fine and i would ready to released my game for christmas... thx for u'r help

Quick Link | Report this post to a moderator | IP: Logged

ras french is offline Old Post 12-18-2006 03:05 PM
Click Here to See the Profile for ras french Click here to Send ras french a Private Message Click Here to Email ras french Find more posts by ras french Add ras french to your buddy list Edit/Delete Message Reply w/Quote
All times are GMT. The time now is 09:10 PM. Post New Thread    Post A Reply
  Last Thread   Next Thread
WINAMP.COM | Forums : Powered by vBulletin version 2.3.9 WINAMP.COM | Forums > Developer Center > NSIS Discussion > Size Subtitle ' s fonts
Show Printable Version
 | 
Email this Page
 | 
Subscribe to this Thread

Forum Jump:
 

Forum Rules:
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is off
vB code is ON
Smilies are ON
[IMG] code is ON