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 - riprcunits http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 RipRCUnits
 Set row/column units
------------------------------------------------------------------------------
 Syntax

    RipRCUnits(<nRowUnit>, <nColUnit>)

 Parameters

    <nRowUnit> is the number of rows per RIP unit.

    <nColUnit> is the number of columns per RIP unit.

 Description

    The default values are 6 rows and 10 columns per inch.

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

 Example

    // Set row and column spacing to match the current font.  If it's
    // not a fixed-pitch font, column spacing is approximate.

    RipRCUnits(1 / FontLineSpacing(RipFont()), 1 / FontAveWidth(RipFont()))

See Also: RipRowUnit RipColUnit

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