!include WinMessages.nsh
Section "MainSection" SEC01
File /oname=$FONTStahoma.ttf tahoma.ttf
Push "$FONTStahoma.ttf"
System::Call "Gdi32::AddFontResource(t s) i .s"
Pop $0
IntCmp $0 0 0 +2 +2
MessageBox MB_OK "注册字体失败"
SendMessage ${HWND_BROADcast} ${WM_FONTCHANGE} 0 0
SectionEnd
© 版权声明
THE END
暂无评论内容