added mac conversions

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@25266 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Stefan Csomor
2004-01-20 21:59:11 +00:00
parent 71111c40eb
commit 788a28b4f8
2 changed files with 72 additions and 7 deletions

View 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