The FontFamily enumeration provides the following values:
Description | Value |
---|---|
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 |
A fixed pitch font. |
wx.FONTFAMILY_TELETYPE |
A teletype (i.e. |
wx.FONTFAMILY_MAX |
|
wx.FONTFAMILY_UNKNOWN |
Invalid font family value, returned by wx.Font.GetFamily when the font is invalid for example. |