nsnb
28th June 2009 18:23 UTC
Display a larger font in a custom page
I am now facing, for the first time, the challenge of displaying some "rich text" (larger font, perhaps different color and type) in a custom page.
In my search for the best way to implement this I found the NsWeb plugin:
http://nsis.sourceforge.net/NsWeb_plug-in
Is this plugin recommended or is it an overkill (if all I want is to format some text)?
If the latter, how would suggest to go about it?
Thanks.
Afrow UK
28th June 2009 18:26 UTC
CreateFont and SendMessage with WM_SETFONT.
Stu
nsnb
28th June 2009 19:05 UTC
Originally posted by Afrow UK
CreateFont and SendMessage with WM_SETFONT.
Thank you. Thanks to your pointer I have been able to find the following helpful threads. I am posting their links for reference (in case others have a similar question):
http://forums.winamp.com/showthread.php?postid=868854http://forums.winamp.com/showthread.php?postid=997450