woohoo 36.0kb for zlib header
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1106 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
5b14215756
commit
2093439acd
3 changed files with 21 additions and 19 deletions
|
@ -746,7 +746,7 @@ static int NSISCALL ExecuteEntry(entry *entry_)
|
|||
return 0;
|
||||
case EW_CREATEFONT:
|
||||
{
|
||||
LOGFONT f={0,};
|
||||
static LOGFONT f;
|
||||
f.lfHeight=-MulDiv(process_string_fromparm_toint(2),GetDeviceCaps(GetDC(g_hwnd),LOGPIXELSY),72);
|
||||
f.lfWeight=process_string_fromparm_toint(3);
|
||||
f.lfItalic=parm4&1;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue