From a66fa4a84b405396d522106e5bbc9735889f5a02 Mon Sep 17 00:00:00 2001 From: =?utf8?q?V=C3=A1clav=20Slav=C3=ADk?= Date: Fri, 31 Dec 1999 00:34:32 +0000 Subject: [PATCH] added wxFONTENCODING_UNICODE -- for use with wxEncodingConverter git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5158 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- include/wx/font.h | 3 +++ 1 file changed, 3 insertions(+) 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 }; -- 2.50.0