enum

CSS::Enums::FontSynthesis

Inherits Enum < Comparable < Value < Object

Constants

Weight = 0
Style = 1
SmallCaps = 2

Instance methods

small_caps?

Returns true if this enum value equals SmallCaps

Source
style?

Returns true if this enum value equals Style

Source
to_css_value
Source
weight?

Returns true if this enum value equals Weight

Source