data.LINEWIDTHTERM

Relative width of a line.
Module
MEI
Used by
These other Data Types reference data.LINEWIDTHTERM
Allowed Values
narrowDefault line width.
mediumTwice as wide as narrow.
wideTwice as wide as medium.
Declaration
<macroSpec ident="data.LINEWIDTHTERM" module="MEI" type="dt">
<desc>Relative width of a line.</desc>
<content>
<valList type="closed">
<valItem ident="narrow">
<desc>Default line width.</desc>
</valItem>
<valItem ident="medium">
<desc>Twice as wide as narrow.</desc>
</valItem>
<valItem ident="wide">
<desc>Twice as wide as medium.</desc>
</valItem>
</valList>
</content>
</macroSpec>