enum

GSDL::FontWeight

Inherits Enum < Comparable < Value < Object

Constants

Light = 300
Normal = 400
Medium = 500
Bold = 700
Black = 900

Instance methods

black?

Returns true if this enum value equals Black

Source
bold?

Returns true if this enum value equals Bold

Source
light?

Returns true if this enum value equals Light

Source
medium?

Returns true if this enum value equals Medium

Source
normal?

Returns true if this enum value equals Normal

Source