enum

CSS::Enums::FontStyle

Inherits Enum < Comparable < Value < Object

Constants

Normal = 0
Italic = 1
Left = 2
Right = 3

Instance methods

italic?

Returns true if this enum value equals Italic

Source
left?

Returns true if this enum value equals Left

Source
normal?

Returns true if this enum value equals Normal

Source
right?

Returns true if this enum value equals Right

Source
to_css_value
Source