Class: Wx::FontSymbolicSize
Overview
Symbolic font sizes.
The elements of this enum correspond to CSS absolute size specifications, see www.w3.org/TR/CSS21/fonts.html#font-size-props
Constant Summary collapse
- FONTSIZE_XX_SMALL =
Extra small.
Wx::FontSymbolicSize.new(-3)
- FONTSIZE_X_SMALL =
Very small.
Wx::FontSymbolicSize.new(-2)
- FONTSIZE_SMALL =
Small.
Wx::FontSymbolicSize.new(-1)
- FONTSIZE_MEDIUM =
Normal.
Wx::FontSymbolicSize.new(0)
- FONTSIZE_LARGE =
Large.
Wx::FontSymbolicSize.new(1)
- FONTSIZE_X_LARGE =
Very large.
Wx::FontSymbolicSize.new(2)
- FONTSIZE_XX_LARGE =
Extra large.
Wx::FontSymbolicSize.new(3)
Method Summary
Methods inherited from Enum
#!, #&, #<=>, #allbits?, #anybits?, #coerce, #eql?, #initialize, #inspect, #integer?, #method_missing, #nobits?, #real?, #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