Correctly map MAC_CHARSET to wxFONTENCODING_MACROMAN in wxMSW.
Recognize MAC_CHARSET when mapping MSW charsets to wx font encodings.
This commit is contained in:
parent
3a8ad95230
commit
6e72126894
@ -258,6 +258,10 @@ wxFontEncoding wxGetFontEncFromCharSet(int cs)
|
||||
fontEncoding = wxFONTENCODING_CP1361;
|
||||
break;
|
||||
|
||||
case MAC_CHARSET:
|
||||
fontEncoding = wxFONTENCODING_MACROMAN;
|
||||
break;
|
||||
|
||||
#endif // Win32
|
||||
|
||||
case OEM_CHARSET:
|
||||
|
Loading…
Reference in New Issue
Block a user