Archive: Fonts and Colors help


Fonts and Colors help
Hi there,
I'm using NSIS and i've included a custom dialog for instructions. It works fine and everything, but I need to have the first field bold and red, and the 2nd,3rd, and 4th fields only bold. I don't want to use .rtf format. I saw the documentation on that but I didn't quite understand how to get it working. I'm using modern UI and here's the basic function I have:

Function instructions

!insertmacro MUI_HEADER_TEXT "Instructions" "Please see these instructions before installing."
!insertmacro MUI_INSTALLOPTIONS_DISPLAY "instructions.ini"

FunctionEnd

Any type of help would be appreciated :)


In the Modern UI Readme there is an example of custom fonts and colors:

Custom pages > Using InstallOptions for custom pages

Please create a script based on this example. If you still have a problem attach a script that compiles on every system and describe the problem.