X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/f3314fbcb44e8840cd3353a7f8e22207bf26c03d..f21a7f94fc140318308cc1c5bc1d63ea2b4c62c7:/include/wx/font.h 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 };