X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/f3314fbcb44e8840cd3353a7f8e22207bf26c03d..0902e71a160c215d9f65214a19a53facd1cf7ab9:/include/wx/font.h?ds=sidebyside diff --git a/include/wx/font.h b/include/wx/font.h index 9b3b5f29cd..6b1737db51 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 }; @@ -125,7 +128,7 @@ enum wxFontEncoding class WXDLLEXPORT wxFontRefData; -class wxFontBase : public wxGDIObject +class WXDLLEXPORT wxFontBase : public wxGDIObject { public: // creator function