Archive: Display a larger font in a custom page


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.


CreateFont and SendMessage with WM_SETFONT.

Stu


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=868854

http://forums.winamp.com/showthread.php?postid=997450