Docs updates. More to come.

git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1050 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
rainwater 2002-09-19 16:31:22 +00:00
parent d266b5b004
commit 306ef235aa
11 changed files with 30 additions and 35 deletions

View file

@ -62,6 +62,6 @@ Sets the context of $SMPROGRAMS and other shell folders. If set to 'current' (th
\S{CreateFont} CreateFont
CreateFont \e{user_var(handle output) face_name [height weight /ITALIC /UNDERLINE /STRIKE]}
CreateFont \e{user_var(handle output) face_name [height] [weight] [/ITALIC] [/UNDERLINE] [/STRIKE]}
Creates a font and puts its handle into user_var. For more information about the different parameters have a look at MSDN's page about the Win32 API function CreateFont().