Class: Wx::FontStyle

Inherits:
Enum
  • Object
show all
Defined in:
lib/wx/doc/gen/font.rb

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)