data.LINEWIDTHTERM

Relative width of a line.
Module
Used by
These other Data Types reference data.LINEWIDTHTERM
data.LINEWIDTHDatatype of line width measurements.
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 xml:lang="en">Relative width of a line.</desc>
<content>
<valList type="closed">
<valItem ident="narrow">
<desc xml:lang="en">Default line width.</desc>
</valItem>
<valItem ident="medium">
<desc xml:lang="en">Twice as wide as narrow.</desc>
</valItem>
<valItem ident="wide">
<desc xml:lang="en">Twice as wide as medium.</desc>
</valItem>
</valList>
</content>
</macroSpec>