]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/fontenc.h
use wxColourDatabase::Find(), not obsolete FindColour(), in wxColour::InitFromName()
[wxWidgets.git] / include / wx / fontenc.h
index 48b7485facfbc7599fe9aa37ddf2da9978c27f70..4014854b6315d98aa482e04f6de9b4b850f67ee6 100644 (file)
@@ -74,6 +74,14 @@ enum wxFontEncoding
     wxFONTENCODING_UTF32BE,         // UTF-32 Big Endian Unicode encoding
     wxFONTENCODING_UTF32LE,         // UTF-32 Little Endian Unicode encoding
 
+    wxFONTENCODING_MACROMAN,        // Mac Roman encoding
+    wxFONTENCODING_MACCENTRALEUR,   // Mac Roman Central Europe encoding
+    wxFONTENCODING_MACHEBREW,       // Mac Hebrew encoding
+    wxFONTENCODING_MACGREEK,        // Mac Greek encoding
+    wxFONTENCODING_MACARABIC,       // Mac Arabic encoding
+    wxFONTENCODING_MACTURKISH,      // Mac Turkish encoding
+    wxFONTENCODING_MACCYRILLIC,     // Mac Cyrillic encoding
+
     wxFONTENCODING_MAX,             // highest enumerated encoding value