Class: Wx::FontStyle
Overview
Font styles.
Constant Summary collapse
- FONTSTYLE_NORMAL =
          The font is drawn without slant. 
- Wx::FontStyle.new(90) 
- FONTSTYLE_ITALIC =
          The font is slanted in an italic style. 
- Wx::FontStyle.new(93) 
- FONTSTYLE_SLANT =
          The font is slanted, but in a roman style. 
- Wx::FontStyle.new(94) 
- FONTSTYLE_MAX =
- Wx::FontStyle.new(95) 
Method Summary
Methods inherited from Enum
#!, #&, #<=>, [], #allbits?, #anybits?, #coerce, enumerators, #eql?, #initialize, #inspect, #integer?, #method_missing, #nobits?, non_distinct, #real?, set_non_distinct, #succ, #to_int, #to_s, #|, #~
Constructor Details
This class inherits a constructor from Wx::Enum
Dynamic Method Handling
This class handles dynamic methods through the method_missing method in the class Wx::Enum