git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4438 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
kichik 2005-12-06 21:02:55 +00:00
parent b1be974447
commit bc33cdb3c2

View file

@ -15,7 +15,7 @@ Creates a font and puts its handle into user_var. For more information about the
You can get the current font used by NSIS using the ^Font and ^FontSize \R{langstring}{LangString}s.
\c !include WinMessages.nsh
\c GetDlgItem $$0 $HWNDPARENT 1
\c GetDlgItem $0 $HWNDPARENT 1
\c CreateFont $1 "Times New Roman" "7" "700" /UNDERLINE
\c SendMessage $0 ${WM_SETFONT} $1 1