data.MEASUREMENTSIGNED

Measurement expressed in real-world (e.g., centimeters, millimeters, inches, points, picas, or pixels) or virtual units (vu). 'vu' is the default value. Unlike data.MEASUREMENTUNSIGNED, in which only positive values are allowed, both positive and negative values are permitted.
Module
Used by
These class-based attributes use data.MEASUREMENTSIGNED
att.visualOffset.ho/@hoRecords a horizontal adjustment to a feature’s programmatically-determined location in terms of staff interline distance; that is, in units of 1/2 the distance between adjacent staff lines.
att.visualOffset.vo/@voRecords the vertical adjustment of a feature’s programmatically-determined location in terms of staff interline distance; that is, in units of 1/2 the distance between adjacent staff lines.
att.visualOffset2.ho/@starthoRecords the horizontal adjustment of a feature’s programmatically-determined start point.
att.visualOffset2.ho/@endhoRecords the horizontal adjustment of a feature’s programmatically-determined end point.
att.visualOffset2.vo/@startvoRecords a vertical adjustment of a feature’s programmatically-determined start point.
att.visualOffset2.vo/@endvoRecords a vertical adjustment of a feature’s programmatically-determined end point.
These other Data Types reference data.MEASUREMENTSIGNED
data.MEASUREMENTTYPOGRAPHYSIGNEDMeasurements used for typographical features. Unlike data.MEASUREMENTTYPOGRAPHYSIGNED, both positive and negative values are allowed.
Declaration
<macroSpec rend="add" ident="data.MEASUREMENTSIGNED" module="MEI" type="dt">
<desc xml:lang="en">Measurement expressed in real-world (
<abbr>e.g.</abbr>
, centimeters, millimeters, inches, points, picas, or pixels) or virtual units (vu). 'vu' is the default value. Unlike data.MEASUREMENTUNSIGNED, in which only positive values are allowed, both positive and negative values are permitted.</desc>
<content>
<rng:data type="token">
<rng:param name="pattern">
(\+|-)?\d+(\.\d+)?(cm|mm|in|pt|pc|px|vu)?
</rng:param>
</rng:data>
</content>
</macroSpec>