]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/fontenc.h
Oops, I left an extra { in there.
[wxWidgets.git] / include / wx / fontenc.h
index deb83fd07008959575f3ced9ba2cd650839f998e..d507f4ef3cb30895fe564d6c96e792d02bb77232 100644 (file)
@@ -68,6 +68,12 @@ enum wxFontEncoding
 
     wxFONTENCODING_UTF7,            // UTF-7 Unicode encoding
     wxFONTENCODING_UTF8,            // UTF-8 Unicode encoding
+    wxFONTENCODING_UTF16,           // UTF-16 Unicode encoding
+    wxFONTENCODING_UTF16BE,         // UTF-16 Big Endian Unicode encoding
+    wxFONTENCODING_UTF16LE,         // UTF-16 Little Endian Unicode encoding
+    wxFONTENCODING_UTF32,           // UTF-32 Unicode encoding
+    wxFONTENCODING_UTF32BE,         // UTF-32 Big Endian Unicode encoding
+    wxFONTENCODING_UTF32LE,         // UTF-32 Little Endian Unicode encoding
 
     // Far Eastern encodings
         // Chinese