- added BGFont that allows setting the background text font
- made Times New Roman default font for the background text because it should always have support for the locale's language git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3560 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
0799b35cd6
commit
b11c65e0f8
9 changed files with 158 additions and 17 deletions
|
@ -24,6 +24,12 @@ Controls whether or not installs are enabled to the root directory of a drive, o
|
|||
|
||||
Sets whether or not the install window automatically closes when completed. This is overrideable from a section using \R{setautoclose}{SetAutoClose}.
|
||||
|
||||
\S2{abgfont} BGFont
|
||||
|
||||
\c [font_face [height [wieght] [/ITALIC] [/UNDERLINE] [/STRIKE]]]
|
||||
|
||||
Specifies the font used to show the text on the background gradient. To set the color use \R{abggradient}{BGGradient}. If no parameters are specified, the default font will be used. The default font is bold and italic Times New Roman.
|
||||
|
||||
\S2{abggradient} BGGradient
|
||||
|
||||
\c [\\<b\\>off\\</b\\>|(topc botc [textcolor|notext])]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue