.. wxPython Phoenix documentation

   This file was generated by Phoenix's sphinx generator and associated
   tools, do not edit by hand.

   Copyright: (c) 2011-2020 by Total Control Software
   License:   wxWindows License

.. include:: headings.inc



.. _wx.FontEncoding:

==========================================================================================================================================
|phoenix_title|  **wx.FontEncoding**
==========================================================================================================================================



The `FontEncoding` enumeration provides the following values:



================================================================================ ================================================================================
**Description**                                                                  **Value**
================================================================================ ================================================================================
``wx.FONTENCODING_SYSTEM``                                                       Default system encoding. 
                     
``wx.FONTENCODING_DEFAULT``                                                      Default application encoding: this is the encoding set by calls to :meth:`wx.Font.SetDefaultEncoding` . 
                     
``wx.FONTENCODING_ISO8859_1``                                                    West European (Latin 1) 
                     
``wx.FONTENCODING_ISO8859_2``                                                    Central and East European (Latin 2) 
                     
``wx.FONTENCODING_ISO8859_3``                                                    Esperanto (Latin 3) 
                     
``wx.FONTENCODING_ISO8859_4``                                                    Baltic (old) (Latin 4) 
                     
``wx.FONTENCODING_ISO8859_5``                                                    Cyrillic. 
                     
``wx.FONTENCODING_ISO8859_6``                                                    Arabic. 
                     
``wx.FONTENCODING_ISO8859_7``                                                    Greek. 
                     
``wx.FONTENCODING_ISO8859_8``                                                    Hebrew. 
                     
``wx.FONTENCODING_ISO8859_9``                                                    Turkish (Latin 5) 
                     
``wx.FONTENCODING_ISO8859_10``                                                   Variation of Latin 4 (Latin 6) 
                     
``wx.FONTENCODING_ISO8859_11``                                                   Thai. 
                     
``wx.FONTENCODING_ISO8859_12``                                                   Doesn't exist currently, but put it here anyhow to make all ``ISO-8859`` consecutive numbers. 
                     
``wx.FONTENCODING_ISO8859_13``                                                   Baltic (Latin 7) 
                     
``wx.FONTENCODING_ISO8859_14``                                                   Latin 8. 
                     
``wx.FONTENCODING_ISO8859_15``                                                   Latin 9 (a.k.a. Latin 0, includes Euro symbol) 
                     
``wx.FONTENCODING_ISO8859_MAX``                                                  
``wx.FONTENCODING_KOI8``                                                         ``KOI8`` Russian. 
                     
``wx.FONTENCODING_KOI8_U``                                                       ``KOI8`` Ukrainian. 
                     
``wx.FONTENCODING_ALTERNATIVE``                                                  Same as ``MS-DOS`` ``CP866``. 
                     
``wx.FONTENCODING_BULGARIAN``                                                    Used under Linux in Bulgaria. 
                     
``wx.FONTENCODING_CP437``                                                        United States (``DOS``) 
                     
``wx.FONTENCODING_CP850``                                                        Multilingual Latin 1; Western European (``DOS``) 
                     
``wx.FONTENCODING_CP852``                                                        Latin 2; Central European (``DOS``) 
                     
``wx.FONTENCODING_CP855``                                                        Cyrillic (primarily Russian) 
                     
``wx.FONTENCODING_CP866``                                                        Russian; Cyrillic (``DOS``) 
                     
``wx.FONTENCODING_CP874``                                                        Thai (Windows) 
                     
``wx.FONTENCODING_CP932``                                                        Japanese (shift-JIS) 
                     
``wx.FONTENCODING_CP936``                                                        Simplified Chinese (``GB2312``) 
                     
``wx.FONTENCODING_CP949``                                                        Korean (Unified Hangul Code) 
                     
``wx.FONTENCODING_CP950``                                                        Traditional Chinese (Big5) 
                     
``wx.FONTENCODING_CP1250``                                                       Central European (Windows) 
                     
``wx.FONTENCODING_CP1251``                                                       Cyrillic (Windows) 
                     
``wx.FONTENCODING_CP1252``                                                       Latin 1; Western European (Windows) 
                     
``wx.FONTENCODING_CP1253``                                                       Greek (Windows) (``8859-7``) 
                     
``wx.FONTENCODING_CP1254``                                                       Turkish (Windows) 
                     
``wx.FONTENCODING_CP1255``                                                       Hebrew (Windows) 
                     
``wx.FONTENCODING_CP1256``                                                       Arabic (Windows) 
                     
``wx.FONTENCODING_CP1257``                                                       Baltic (Windows) (same as Latin 7) 
                     
``wx.FONTENCODING_CP1258``                                                       Vietnamese (Windows) (since 2.9.4) 
                     
``wx.FONTENCODING_CP1361``                                                       Korean (Johab) (since 2.9.4) 
                     
``wx.FONTENCODING_CP12_MAX``                                                     
``wx.FONTENCODING_UTF7``                                                         ``UTF-7`` Unicode encoding. 
                     
``wx.FONTENCODING_UTF8``                                                         ``UTF-8`` Unicode encoding. 
                     
``wx.FONTENCODING_EUC_JP``                                                       Extended Unix Codepage for Japanese. 
                     
``wx.FONTENCODING_UTF16BE``                                                      ``UTF-16`` Big Endian Unicode encoding. 
                     
``wx.FONTENCODING_UTF16LE``                                                      ``UTF-16`` Little Endian Unicode encoding. 
                     
``wx.FONTENCODING_UTF32BE``                                                      ``UTF-32`` Big Endian Unicode encoding. 
                     
``wx.FONTENCODING_UTF32LE``                                                      ``UTF-32`` Little Endian Unicode encoding. 
                     
``wx.FONTENCODING_MACROMAN``                                                     Roman; Western European (Mac) 
                     
``wx.FONTENCODING_MACJAPANESE``                                                  Japanese (Mac) 
                     
``wx.FONTENCODING_MACCHINESETRAD``                                               Traditional Chinese (Big5, Mac) 
                     
``wx.FONTENCODING_MACKOREAN``                                                    Korean (Mac) 
                     
``wx.FONTENCODING_MACARABIC``                                                    Arabic (Mac) 
                     
``wx.FONTENCODING_MACHEBREW``                                                    Hebrew (Mac) 
                     
``wx.FONTENCODING_MACGREEK``                                                     Greek (Mac) 
                     
``wx.FONTENCODING_MACCYRILLIC``                                                  Cyrillic (Mac) 
                     
``wx.FONTENCODING_MACDEVANAGARI``                                                Devanagari (Mac) 
                     
``wx.FONTENCODING_MACGURMUKHI``                                                  Gurmukhi (Mac) 
                     
``wx.FONTENCODING_MACGUJARATI``                                                  Gujarati (Mac) 
                     
``wx.FONTENCODING_MACORIYA``                                                     Oriya (Mac) 
                     
``wx.FONTENCODING_MACBENGALI``                                                   Bengali (Mac) 
                     
``wx.FONTENCODING_MACTAMIL``                                                     Tamil (Mac) 
                     
``wx.FONTENCODING_MACTELUGU``                                                    Telugu (Mac) 
                     
``wx.FONTENCODING_MACKANNADA``                                                   Kannada (Mac) 
                     
``wx.FONTENCODING_MACMALAJALAM``                                                 Malajalam (Mac) 
                     
``wx.FONTENCODING_MACSINHALESE``                                                 Sinhalese (Mac) 
                     
``wx.FONTENCODING_MACBURMESE``                                                   Burmese (Mac) 
                     
``wx.FONTENCODING_MACKHMER``                                                     Khmer (Mac) 
                     
``wx.FONTENCODING_MACTHAI``                                                      Thai (Mac) 
                     
``wx.FONTENCODING_MACLAOTIAN``                                                   Laotian (Mac) 
                     
``wx.FONTENCODING_MACGEORGIAN``                                                  Georgian (Mac) 
                     
``wx.FONTENCODING_MACARMENIAN``                                                  Armenian (Mac) 
                     
``wx.FONTENCODING_MACCHINESESIMP``                                               Simplified Chinese (``GB`` 2312, Mac) 
                     
``wx.FONTENCODING_MACTIBETAN``                                                   Tibetan (Mac) 
                     
``wx.FONTENCODING_MACMONGOLIAN``                                                 Mongolian (Mac) 
                     
``wx.FONTENCODING_MACETHIOPIC``                                                  Ethiopic (Mac) 
                     
``wx.FONTENCODING_MACCENTRALEUR``                                                Latin 2; Central European (Mac) 
                     
``wx.FONTENCODING_MACVIETNAMESE``                                                Vietnamese (Mac) 
                     
``wx.FONTENCODING_MACARABICEXT``                                                 Arabic (Mac) 
                     
``wx.FONTENCODING_MACSYMBOL``                                                    Symbol (Mac) 
                     
``wx.FONTENCODING_MACDINGBATS``                                                  Dingbats (Mac) 
                     
``wx.FONTENCODING_MACTURKISH``                                                   Turkish (Mac) 
                     
``wx.FONTENCODING_MACCROATIAN``                                                  Croatian (Mac) 
                     
``wx.FONTENCODING_MACICELANDIC``                                                 Icelandic (Mac) 
                     
``wx.FONTENCODING_MACROMANIAN``                                                  Romanian (Mac) 
                     
``wx.FONTENCODING_MACCELTIC``                                                    Celtic (Mac) 
                     
``wx.FONTENCODING_MACGAELIC``                                                    Gaelic (Mac) 
                     
``wx.FONTENCODING_MACKEYBOARD``                                                  
``wx.FONTENCODING_ISO2022_JP``                                                   ``ISO-2022-JP`` ``JIS`` encoding. 
                     
``wx.FONTENCODING_MAX``                                                          Highest enumerated encoding value. 
                     
``wx.FONTENCODING_MACMIN``                                                       
``wx.FONTENCODING_MACMAX``                                                       
``wx.FONTENCODING_UTF16``                                                        Native ``UTF-16``. 
                     
``wx.FONTENCODING_UTF32``                                                        Native ``UTF-32``. 
                     
``wx.FONTENCODING_UNICODE``                                                      Alias for the native Unicode encoding on this platform (this is used by `EncodingConverter`       and UTFFile only for now) 
                     
``wx.FONTENCODING_GB2312``                                                       Simplified Chinese. 
                     
``wx.FONTENCODING_BIG5``                                                         Traditional Chinese. 
                     
``wx.FONTENCODING_SHIFT_JIS``                                                    Japanese Shift ``JIS``. 
                     
``wx.FONTENCODING_EUC_KR``                                                       Korean. 
                     
``wx.FONTENCODING_JOHAB``                                                        Korean Johab (since 2.9.4) 
                     
``wx.FONTENCODING_VIETNAMESE``                                                   Vietnamese (since 2.9.4) 
                     
================================================================================ ================================================================================

|

