mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-29 00:59:44 -06:00
Upgrade WX to r74856, mainly to support @2x.
This commit is contained in:
9
Externals/wxWidgets3/include/wx/fontenc.h
vendored
9
Externals/wxWidgets3/include/wx/fontenc.h
vendored
@ -4,7 +4,6 @@
|
||||
// Author: Vadim Zeitlin
|
||||
// Modified by:
|
||||
// Created: 29.03.00
|
||||
// RCS-ID: $Id: fontenc.h 65056 2010-07-23 23:32:40Z VZ $
|
||||
// Copyright: (c) Vadim Zeitlin
|
||||
// Licence: wxWindows licence
|
||||
/////////////////////////////////////////////////////////////////////////////
|
||||
@ -65,6 +64,8 @@ enum wxFontEncoding
|
||||
wxFONTENCODING_CP1255, // WinHebrew
|
||||
wxFONTENCODING_CP1256, // WinArabic
|
||||
wxFONTENCODING_CP1257, // WinBaltic (same as Latin 7)
|
||||
wxFONTENCODING_CP1258, // WinVietnamese
|
||||
wxFONTENCODING_CP1361, // Johab Korean character set.
|
||||
wxFONTENCODING_CP12_MAX,
|
||||
|
||||
wxFONTENCODING_UTF7, // UTF-7 Unicode encoding
|
||||
@ -151,7 +152,11 @@ enum wxFontEncoding
|
||||
wxFONTENCODING_SHIFT_JIS = wxFONTENCODING_CP932, // Shift JIS
|
||||
|
||||
// Korean (CP 949 not actually the same but close enough)
|
||||
wxFONTENCODING_EUC_KR = wxFONTENCODING_CP949
|
||||
wxFONTENCODING_EUC_KR = wxFONTENCODING_CP949,
|
||||
wxFONTENCODING_JOHAB = wxFONTENCODING_CP1361,
|
||||
|
||||
// Vietnamese
|
||||
wxFONTENCODING_VIETNAMESE = wxFONTENCODING_CP1258
|
||||
};
|
||||
|
||||
#endif // _WX_FONTENC_H_
|
||||
|
Reference in New Issue
Block a user