Fix broken MSDN links

git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@7035 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
anders_k 2018-11-01 22:47:52 +00:00
parent 559d11973b
commit b4ec25628e
3 changed files with 5 additions and 5 deletions

View file

@ -10,7 +10,7 @@ Recent Windows versions restrict the setting of foreground windows. If the user
\c 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 \W{http://msdn.microsoft.com/library/default.asp?url=/library/en-us/gdi/fontext_8fp0.asp}{MSDN's page about the Win32 API function CreateFont()}.
Creates a font and puts its handle into user_var. For more information about the different parameters have a look at \W{http://msdn.microsoft.com/en-us/library/dd183499}{MSDN's page about the Win32 API function CreateFont()}.
You can get the current font used by NSIS using the ^Font and ^FontSize \R{langstring}{LangString}s.