Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- Faxual II for CA-Clipper - riprowunit http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 RipRowUnit
 Get/set row unit
------------------------------------------------------------------------------
 Syntax

    RipRowUnit([<nNewUnit>]) -> nOldUnit

 Parameters

    <nNewUnit> is the new number of rows per RIP unit.

 Returns

    Old number of rows per RIP unit.

 Description

    The default value of RipRowUnit is 6 rows per inch.

    You can call RipRowUnit() even if the RIP has not been initialized.

 Example

    // Set the row spacing to match the current font's line spacing.

    RipRowUnit(1 / FontLineSpacing(RipFont()))

See Also: RipColUnit RipRCUnits

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson