Archive: Formated Text


Formated Text
Is it possible to format text (e.g. have bold text) in a custom page?


In the Modern UI readme, in Custom pages > Using InstallOptions for custom pages. under "For custom fonts and colors, macros for the initDialog and show functions of InstallOptions are also available:"

CreateFont will make it bold (700).
To use the default installer font with CreateFont, use $(^Font) instead of Tahoma.

-Stu


Cheers!
:)