Parses a font style.
The allowed values are "normal", "italic" and "oblique", case variations being ignored.
str |
a string to parse. |
style |
a `PangoStyle` to store the result in. |
warn |
if true, issue a warning on bad input. |
true if |