更改Inno Setup中文语言文件的默认字体大小



https://www.jrsoftware.org/files/istrans/
下载到的中文语言文件ChineseSimplified.isl默认字号太小,用下面的内容替换该文件里的LangOptions这个部分后终于可以看清楚一点了


[LangOptions]
; The following three entries are very important. Be sure to read and 
; understand the '[LangOptions] section' topic in the help file.
LanguageName=<4E2D><6587><FF08><7B80><4F53><FF09>
LanguageID=$0804
LanguageCodePage=936
; If the language you are translating to requires special font faces or
; sizes, uncomment any of the following entries and change them accordingly.
DialogFontName=宋体
DialogFontSize=12
;WelcomeFontName=Verdana
WelcomeFontSize=10
;TitleFontName=Arial
;TitleFontSize=29
;CopyrightFontName=Arial
CopyrightFontSize=12

Comments