enum

CSS::Enums::FontVariantCaps

Inherits Enum < Comparable < Value < Object

Constants

Normal = 0
SmallCaps = 1
AllSmallCaps = 2
PetiteCaps = 3
AllPetiteCaps = 4
Unicase = 5
TitlingCaps = 6

Instance methods

all_petite_caps?

Returns true if this enum value equals AllPetiteCaps

Source
all_small_caps?

Returns true if this enum value equals AllSmallCaps

Source
normal?

Returns true if this enum value equals Normal

Source
petite_caps?

Returns true if this enum value equals PetiteCaps

Source
small_caps?

Returns true if this enum value equals SmallCaps

Source
titling_caps?

Returns true if this enum value equals TitlingCaps

Source
to_css_value
Source
unicase?

Returns true if this enum value equals Unicase

Source