enum

CSS::Enums::FontKerning

Inherits Enum < Comparable < Value < Object

Constants

Auto = 0
Normal = 1
None = 2

Instance methods

auto?

Returns true if this enum value equals Auto

Source
none?

Returns true if this enum value equals None

Source
normal?

Returns true if this enum value equals Normal

Source
to_css_value
Source