enum CSS::FontStyle

Defined in:

css/font_style.cr

Enum Members

Normal = 0
Italic = 1
Oblique = 2
Initial = 3
Inherit = 4

Instance Method Summary

Instance Method Detail

def inherit? #

[View source]
def initial? #

[View source]
def italic? #

[View source]
def normal? #

[View source]
def oblique? #

[View source]
def to_s(io : IO) #
Description copied from struct Enum

Appends a String representation of this enum member to the given io.

See also: #to_s.


[View source]