enum

CSS::Enums::FontMetric

Inherits Enum < Comparable < Value < Object

Constants

ExHeight = 0
CapHeight = 1
ChWidth = 2
IcWidth = 3
IcHeight = 4

Instance methods

cap_height?

Returns true if this enum value equals CapHeight

Source
ch_width?

Returns true if this enum value equals ChWidth

Source
ex_height?

Returns true if this enum value equals ExHeight

Source
ic_height?

Returns true if this enum value equals IcHeight

Source
ic_width?

Returns true if this enum value equals IcWidth

Source
to_css_value
Source