Specifying print format parameters4-30 Using LCDS Print Description LanguageLINE INKINDEXparameter: pointsto note• The DP EPS support only the offset option for the LINEINKINDEX parameter.• When the bitopt option is specified, the initval must also bespecified.• The printer permits an entire line or a portion of a line to beprinted in highlight color. You can specify highlight color forvariable data on a form. (This is analogous to the outputcapability of font switching.)Variable data is printed using the ink that is specified in theINKINDEX byte. If the INKINDEX byte is blank or does notexist in the variable data record, the variable data is printedusing the default ink.LINE INKINDEXparameterexampleLINE LPISpecifies the line spacing values for each line.Syntax LINE LPI = {(linespacing {LPI | DOTS | XDOTS}) | (linespacing{LPI | DOTS | XDOTS}, lineno, (...))}OptionsLINE DATA=(1,132), FONTINDEX=133,INKINDEX=143;Table 4-33. LINE LPI parameter options and definitionsOption Definitionlinespacing Specifies the line spacing value. May be measured in:• LPI (lines per inch)• DOTS• XDOTS (600 dpi)The default unit is LPI.lineno line numberSpecifies the line number or numbers over which the line spacing will beapplied. The options are:• n Number of the line to which the specified linespacing will beapplied• n– Number of the line from which the specified linespacing will beapplied through BOF (bottom of form).• n–m The specified linespacing will be applied from line n throughline m.