enum Cairo::FontSlant

Overview

Specifies variants of a font face based on their slant.

Defined in:

cairo/font_slant.cr

Enum Members

Normal = 0

Upright font style.

Italic = 1

Italic font style.

Oblique = 2

Oblique font style.

Instance Method Summary

Instance Method Detail

def italic? #

[View source]
def normal? #

[View source]
def oblique? #

[View source]