att.textStyle

Attributes that describe default text typography.
Module
MEI.shared
Attributes
text.fam, text.name, text.size, text.style, text.weight
text.fam(optional)Provides a default value for the font family name of text (other than lyrics) when this information is not provided on the individual elements. Value conforms to data.FONTFAMILY.
text.name(optional)Provides a default value for the font name of text (other than lyrics) when this information is not provided on the individual elements. Value conforms to data.FONTNAME.
text.size(optional)Provides a default value for the font size of text (other than lyrics) when this information is not provided on the individual elements. Value conforms to data.FONTSIZE.
text.style(optional)Provides a default value for the font style of text (other than lyrics) when this information is not provided on the individual elements. Value conforms to data.FONTSTYLE.
text.weight(optional)Provides a default value for the font weight for text (other than lyrics) when this information is not provided on the individual elements. Value conforms to data.FONTWEIGHT.
text.fam(optional)Provides a default value for the font family name of text (other than lyrics) when this information is not provided on the individual elements. Value conforms to data.FONTFAMILY.
text.name(optional)Provides a default value for the font name of text (other than lyrics) when this information is not provided on the individual elements. Value conforms to data.FONTNAME.
text.size(optional)Provides a default value for the font size of text (other than lyrics) when this information is not provided on the individual elements. Value conforms to data.FONTSIZE.
text.style(optional)Provides a default value for the font style of text (other than lyrics) when this information is not provided on the individual elements. Value conforms to data.FONTSTYLE.
text.weight(optional)Provides a default value for the font weight for text (other than lyrics) when this information is not provided on the individual elements. Value conforms to data.FONTWEIGHT.
Component declarations that are shared between two or more modules.
text.fam(optional)Provides a default value for the font family name of text (other than lyrics) when this information is not provided on the individual elements. Value conforms to data.FONTFAMILY.
text.name(optional)Provides a default value for the font name of text (other than lyrics) when this information is not provided on the individual elements. Value conforms to data.FONTNAME.
text.size(optional)Provides a default value for the font size of text (other than lyrics) when this information is not provided on the individual elements. Value conforms to data.FONTSIZE.
text.style(optional)Provides a default value for the font style of text (other than lyrics) when this information is not provided on the individual elements. Value conforms to data.FONTSTYLE.
text.weight(optional)Provides a default value for the font weight for text (other than lyrics) when this information is not provided on the individual elements. Value conforms to data.FONTWEIGHT.
Available at
layerDef(layer definition) – Container for layer meta-information.
scoreDef(score definition) – Container for score meta-information.
staffDef(staff definition) – Container for staff meta-information.
layerDef(layer definition) – Container for layer meta-information.
scoreDef(score definition) – Container for score meta-information.
staffDef(staff definition) – Container for staff meta-information.
Declaration
<classSpec ident="att.textStyle" module="MEI.shared" type="atts">
<desc>Attributes that describe default text typography.</desc>
<attList org="group">
<attDef ident="text.fam" usage="opt">
<desc>Provides a default value for the font family name of text (other than lyrics) when this information is not provided on the individual elements.</desc>
<datatype maxOccurs="1" minOccurs="1">
<rng:ref name="data.FONTFAMILY" />
</datatype>
</attDef>
<attDef ident="text.name" usage="opt">
<desc>Provides a default value for the font name of text (other than lyrics) when this information is not provided on the individual elements.</desc>
<datatype maxOccurs="1" minOccurs="1">
<rng:ref name="data.FONTNAME" />
</datatype>
</attDef>
<attDef ident="text.size" usage="opt">
<desc>Provides a default value for the font size of text (other than lyrics) when this information is not provided on the individual elements.</desc>
<datatype maxOccurs="1" minOccurs="1">
<rng:ref name="data.FONTSIZE" />
</datatype>
</attDef>
<attDef ident="text.style" usage="opt">
<desc>Provides a default value for the font style of text (other than lyrics) when this information is not provided on the individual elements.</desc>
<datatype maxOccurs="1" minOccurs="1">
<rng:ref name="data.FONTSTYLE" />
</datatype>
</attDef>
<attDef ident="text.weight" usage="opt">
<desc>Provides a default value for the font weight for text (other than lyrics) when this information is not provided on the individual elements.</desc>
<datatype maxOccurs="1" minOccurs="1">
<rng:ref name="data.FONTWEIGHT" />
</datatype>
</attDef>
</attList>
</classSpec>