att.typography

Typographical attributes.
Module MEI.shared
Members
Attributes
@fontfam(optional)Contains the name of a font-family. Value conforms to data.FONTFAMILY. att.typography
@fontname(optional)Holds the name of a font. Value conforms to data.FONTNAME. att.typography
@fontsize(optional)Indicates the size of a font expressed in printers' points, i.e., 1/72nd of an inch, relative terms, e.g., "small", "larger", etc., or percentage values relative to "normal" size, e.g., "125%". Value conforms to data.FONTSIZE. att.typography
@fontstyle(optional)Records the style of a font, i.e, italic, oblique, or normal. Value conforms to data.FONTSTYLE. att.typography
@fontweight(optional)Used to indicate bold type. Value conforms to data.FONTWEIGHT. att.typography
Declaration
<attDef ident="fontfam" usage="opt">
<desc>Contains the name of a font-family.</desc>
<datatype maxOccurs="1" minOccurs="1">
<rng:ref name="data.FONTFAMILY" />
</datatype>
</attDef>
<attDef ident="fontname" usage="opt">
<desc>Holds the name of a font.</desc>
<datatype maxOccurs="1" minOccurs="1">
<rng:ref name="data.FONTNAME" />
</datatype>
</attDef>
<attDef ident="fontsize" usage="opt">
<desc>Indicates the size of a font expressed in printers' points, i.e., 1/72nd of an inch, relative terms, e.g., "small", "larger", etc., or percentage values relative to "normal" size, e.g., "125%". </desc>
<datatype maxOccurs="1" minOccurs="1">
<rng:ref name="data.FONTSIZE" />
</datatype>
</attDef>
<attDef ident="fontstyle" usage="opt">
<desc>Records the style of a font, i.e, italic, oblique, or normal.</desc>
<datatype maxOccurs="1" minOccurs="1">
<rng:ref name="data.FONTSTYLE" />
</datatype>
</attDef>
<attDef ident="fontweight" usage="opt">
<desc>Used to indicate bold type.</desc>
<datatype maxOccurs="1" minOccurs="1">
<rng:ref name="data.FONTWEIGHT" />
</datatype>
</attDef>