enum

Cairo::FontWeight

Inherits Enum / Comparable / Value / Object

Specifies variants of a font face based on their weight.

Constants

Normal = 0

Normal font weight.

Bold = 1

Bold font weight.

Instance methods

bold?

Returns true if this enum value equals Bold

Source
normal?

Returns true if this enum value equals Normal

Source