dimension_text

Function dimension_text 

Source
pub fn dimension_text(l: usize, c: usize) -> ControlSequence
Expand description

ยงDTA - Dimension text area

DTA is used to establish the dimensions of the text area for subsequent pages. The established dimensions remain in effect until the next occurrence of DTA in the data stream.

  • l specifies the dimension in the direction perpendicular to the line orientation.
  • c specifies the dimension in the direction parallel to the line orientation.

The unit in which the parameter value is expressed is that established by the parameter value of SELECT SIZE UNIT (SSU).