-
- The possible values for the family parameter of wx.Font constructor are:
-
- ======================== =============================
- wx.FONTFAMILY_DEFAULT Chooses a default font.
- wx.FONTFAMILY_DECORATIVE A decorative font.
- wx.FONTFAMILY_ROMAN A formal, serif font.
- wx.FONTFAMILY_SCRIPT A handwriting font.
- wx.FONTFAMILY_SWISS A sans-serif font.
- wx.FONTFAMILY_MODERN Usually a fixed pitch font.
- wx.FONTFAMILY_TELETYPE A teletype font.
- ======================== =============================
-
- The possible values for the weight parameter are:
-
- ==================== ==
- wx.FONTWEIGHT_NORMAL
- wx.FONTWEIGHT_LIGHT
- wx.FONTWEIGHT_BOLD
- ==================== ==
-
- The known font encodings are:
-
- =========================== ====================================
- wx.FONTENCODING_SYSTEM system default
- wx.FONTENCODING_DEFAULT current default encoding
- wx.FONTENCODING_ISO8859_1 West European (Latin1)
- wx.FONTENCODING_ISO8859_2 Central and East European (Latin2)
- wx.FONTENCODING_ISO8859_3 Esperanto (Latin3)
- wx.FONTENCODING_ISO8859_4 Baltic (old) (Latin4)
- 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 (Latin5)
- wx.FONTENCODING_ISO8859_10 Variation of Latin4 (Latin6)
- wx.FONTENCODING_ISO8859_11 Thai
- wx.FONTENCODING_ISO8859_12 doesn't exist currently, but put it
- here anyhow to make all ISO8859
- consecutive numbers
- wx.FONTENCODING_ISO8859_13 Baltic (Latin7)
- wx.FONTENCODING_ISO8859_14 Latin8
- wx.FONTENCODING_ISO8859_15 Latin9 (a.k.a. Latin0, includes euro)
- wx.FONTENCODING_KOI8 Cyrillic charset
- wx.FONTENCODING_ALTERNATIVE same as MS-DOS CP866
- wx.FONTENCODING_BULGARIAN used under Linux in Bulgaria
- wx.FONTENCODING_CP437 original MS-DOS codepage
- wx.FONTENCODING_CP850 CP437 merged with Latin1
- wx.FONTENCODING_CP852 CP437 merged with Latin2
- wx.FONTENCODING_CP855 another cyrillic encoding
- wx.FONTENCODING_CP866 and another one
- wx.FONTENCODING_CP874 WinThai
- wx.FONTENCODING_CP1250 WinLatin2
- wx.FONTENCODING_CP1251 WinCyrillic
- wx.FONTENCODING_CP1252 WinLatin1
- wx.FONTENCODING_CP1253 WinGreek (8859-7)
- wx.FONTENCODING_CP1254 WinTurkish
- wx.FONTENCODING_CP1255 WinHebrew
- wx.FONTENCODING_CP1256 WinArabic
- wx.FONTENCODING_CP1257 WinBaltic (same as Latin 7)
- wx.FONTENCODING_UTF7 UTF-7 Unicode encoding
- wx.FONTENCODING_UTF8 UTF-8 Unicode encoding
- =========================== ====================================
-
-