Use Consolas font if it exists, special Japanese font if required
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@7244 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
3fd700e56c
commit
72dd0e4f72
7 changed files with 38 additions and 2 deletions
|
@ -723,6 +723,9 @@ typedef DWORDLONG ULONGLONG,*PULONGLONG;
|
|||
#ifndef DEFAULT_CHARSET
|
||||
# define DEFAULT_CHARSET 1
|
||||
#endif
|
||||
#ifndef SHIFTJIS_CHARSET
|
||||
# define SHIFTJIS_CHARSET 128
|
||||
#endif
|
||||
#ifndef OUT_DEFAULT_PRECIS
|
||||
# define OUT_DEFAULT_PRECIS 0
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue