My boss found the fonts are different on License Page.
In the license page, the textbox shows the license file which is loaded from a .rtf file.
Is any way i can change the font on the .rtf file so that they can match with the Licence page word fonts?
Thank you.
James
The font issue
5 posts
I guess you want license text to look the same with the text on page's controls.
If so replace the license.rtf file with a plain text (license.txt) file.
If so replace the license.rtf file with a plain text (license.txt) file.
Yeah, I do want the license text looks same as page control's text.
I trid to change to a plain txt file, but it looks even worse.....
I use MessageBox MB_OK "$(^Font)" , it show "MS Shell Dlg"? Don't know what that means.
I trid to change to a plain txt file, but it looks even worse.....
I use MessageBox MB_OK "$(^Font)" , it show "MS Shell Dlg"? Don't know what that means.
The included example WelcomeFinish.nsi shows a license page with a plain text file, just try it to see if this is what you want.
MS Shell Dlg is the default gui (both mui and standard) font.
MS Shell Dlg is the default gui (both mui and standard) font.
Solved it.....