enum Cairo::FontWeight

Overview

Specifies variants of a font face based on their weight.

Defined in:

cairo/font_weight.cr

Enum Members

Normal = 0

Normal font weight.

Bold = 1

Bold font weight.

Instance Method Summary

Instance Method Detail

def bold? #

[View source]
def normal? #

[View source]