From: Václav Slavík Date: Fri, 31 Dec 1999 00:34:32 +0000 (+0000) Subject: added wxFONTENCODING_UNICODE -- for use with wxEncodingConverter X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/a66fa4a84b405396d522106e5bbc9735889f5a02 added wxFONTENCODING_UNICODE -- for use with wxEncodingConverter git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5158 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/include/wx/font.h b/include/wx/font.h index 9b3b5f29cd..3860ec3d54 100644 --- a/include/wx/font.h +++ b/include/wx/font.h @@ -115,6 +115,9 @@ enum wxFontEncoding wxFONTENCODING_CP1256, // WinArabic wxFONTENCODING_CP1257, // WinBaltic (same as Latin 7) wxFONTENCODING_CP12_MAX, + + wxFONTENCODING_UNICODE, // Unicode - currently used only by + // wxEncodingConverter class wxFONTENCODING_MAX };