Small changes
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5099 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -116,6 +116,7 @@ src/zlib/*.3
|
|||||||
src/zlib/*.mms
|
src/zlib/*.mms
|
||||||
|
|
||||||
include/wx/*.h
|
include/wx/*.h
|
||||||
|
include/wx/*.inl
|
||||||
include/wx/*.cpp
|
include/wx/*.cpp
|
||||||
include/wx/protocol/*.h
|
include/wx/protocol/*.h
|
||||||
include/wx/wx_setup.vms
|
include/wx/wx_setup.vms
|
||||||
|
@@ -105,6 +105,7 @@ enum wxFontEncoding
|
|||||||
wxFONTENCODING_CP855, // another cyrillic encoding
|
wxFONTENCODING_CP855, // another cyrillic encoding
|
||||||
wxFONTENCODING_CP866, // and another one
|
wxFONTENCODING_CP866, // and another one
|
||||||
// and for Windows
|
// and for Windows
|
||||||
|
wxFONTENCODING_CP874, // WinThai
|
||||||
wxFONTENCODING_CP1250, // WinLatin2
|
wxFONTENCODING_CP1250, // WinLatin2
|
||||||
wxFONTENCODING_CP1251, // WinCyrillic
|
wxFONTENCODING_CP1251, // WinCyrillic
|
||||||
wxFONTENCODING_CP1252, // WinLatin1
|
wxFONTENCODING_CP1252, // WinLatin1
|
||||||
|
@@ -143,6 +143,10 @@ bool wxGetNativeFontEncoding(wxFontEncoding encoding,
|
|||||||
case wxFONTENCODING_CP1257:
|
case wxFONTENCODING_CP1257:
|
||||||
info->charset = BALTIC_CHARSET;
|
info->charset = BALTIC_CHARSET;
|
||||||
break;
|
break;
|
||||||
|
|
||||||
|
case wxFONTENCODING_CP874:
|
||||||
|
info->charset = THAI_CHARSET;
|
||||||
|
break;
|
||||||
#endif // !Win16
|
#endif // !Win16
|
||||||
|
|
||||||
case wxFONTENCODING_CP437:
|
case wxFONTENCODING_CP437:
|
||||||
@@ -425,6 +429,10 @@ wxFont wxCreateFontFromLogFont(const LOGFONT *logFont)
|
|||||||
case TURKISH_CHARSET:
|
case TURKISH_CHARSET:
|
||||||
fontEncoding = wxFONTENCODING_CP1254;
|
fontEncoding = wxFONTENCODING_CP1254;
|
||||||
break;
|
break;
|
||||||
|
|
||||||
|
case THAI_CHARSET:
|
||||||
|
fontEncoding = wxFONTENCODING_CP437;
|
||||||
|
break;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
case OEM_CHARSET:
|
case OEM_CHARSET:
|
||||||
|
@@ -113,7 +113,7 @@ SOURCE=.\common\ctrlsub.cpp
|
|||||||
# End Source File
|
# End Source File
|
||||||
# Begin Source File
|
# Begin Source File
|
||||||
|
|
||||||
SOURCE=.\common\date.cpp
|
SOURCE=.\common\datetime.cpp
|
||||||
# End Source File
|
# End Source File
|
||||||
# Begin Source File
|
# Begin Source File
|
||||||
|
|
||||||
@@ -407,10 +407,6 @@ SOURCE=.\common\textfile.cpp
|
|||||||
# End Source File
|
# End Source File
|
||||||
# Begin Source File
|
# Begin Source File
|
||||||
|
|
||||||
SOURCE=.\common\time.cpp
|
|
||||||
# End Source File
|
|
||||||
# Begin Source File
|
|
||||||
|
|
||||||
SOURCE=.\common\timercmn.cpp
|
SOURCE=.\common\timercmn.cpp
|
||||||
# End Source File
|
# End Source File
|
||||||
# Begin Source File
|
# Begin Source File
|
||||||
|
@@ -120,7 +120,7 @@ SOURCE=.\common\ctrlsub.cpp
|
|||||||
# End Source File
|
# End Source File
|
||||||
# Begin Source File
|
# Begin Source File
|
||||||
|
|
||||||
SOURCE=.\common\date.cpp
|
SOURCE=.\common\datetime.cpp
|
||||||
# End Source File
|
# End Source File
|
||||||
# Begin Source File
|
# Begin Source File
|
||||||
|
|
||||||
@@ -410,10 +410,6 @@ SOURCE=.\common\textfile.cpp
|
|||||||
# End Source File
|
# End Source File
|
||||||
# Begin Source File
|
# Begin Source File
|
||||||
|
|
||||||
SOURCE=.\common\time.cpp
|
|
||||||
# End Source File
|
|
||||||
# Begin Source File
|
|
||||||
|
|
||||||
SOURCE=.\common\timercmn.cpp
|
SOURCE=.\common\timercmn.cpp
|
||||||
# End Source File
|
# End Source File
|
||||||
# Begin Source File
|
# Begin Source File
|
||||||
|
Reference in New Issue
Block a user