enum CSS::FontStyle
Defined in:
css/font_style.crEnum Members
-
Normal =
0 -
Italic =
1 -
Oblique =
2 -
Initial =
3 -
Inherit =
4
Instance Method Summary
- #inherit?
- #initial?
- #italic?
- #normal?
- #oblique?
-
#to_s(io : IO)
Appends a
Stringrepresentation of this enum member to the given io.