data.FONTSTYLE

Font style (for text) attribute values.
Module
MEI
Used by
These class-based attributes use data.FONTSTYLE
att.lyricStyle/@lyric.styleatt.textStyle/@text.styleatt.typography/@fontstyle
Allowed Values
italicText slants to right.
normalUnadorned.
obliqueText slants to the left.
Declaration
<macroSpec ident="data.FONTSTYLE" module="MEI" type="dt">
<desc>Font style (for text) attribute values.</desc>
<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>
</macroSpec>