data.FONTSTYLE

Font style (for text) attribute values.
Module MEI
Used by
att.lyricstyle (@lyric.style), att.textstyle (@text.style), att.typography (@fontstyle)
Allowed values
italic
Text slants to right.
normal
Unadorned.
oblique
Text slants to the left.
Declaration
<content>
<valList type="closed">
<valItem ident="italic">
<desc>Text slants to right.</desc>
</valItem>
<valItem ident="normal">
<desc>Unadorned.</desc>
</valItem>
<valItem ident="oblique">
<desc>Text slants to the left.</desc>
</valItem>
</valList>
</content>