]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/font.h
added wxLog::Suspend/Resume and wxYield() uses them now so that it won't flush
[wxWidgets.git] / include / wx / font.h
index 9b3b5f29cdb20568068f0f16ce7fe3ef29993727..6b1737db518b97972cdcebd08b83c59184d36274 100644 (file)
@@ -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