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 - riptextop http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 RipTextOp
 Get/set text operator
------------------------------------------------------------------------------
 Syntax

    RipTextOp([<cNewOp>]) -> cOldOp

 Parameters

    <cNewOp> is the new text operator.

 Returns

    Old text operator.

 Description

    The text operator is a string of options (multiple options separated by
    commas) that controls how text appears when written to the page.  The
    string is case-insensitive.  Individual options are:

    Text Operators
    ----------------------------------------------------------------------
    Operator    Action
    ----------------------------------------------------------------------
    "BLACK"     Draw text in black.  This is the default.
    "WHITE"     Draw text in white.
    "UL-"       Do not underline.  This is the default.
    "UL+"       Underline text.
    "NORMAL"    Shorthand for "BLACK,UL-".
    ----------------------------------------------------------------------

 Example

    // Draw white text.  This will be invisible unless drawn over a
    // black or gray background.

    RipTextOp("white")

    // Switch back to black, but turn underlining on.

    RipTextOp("black,ul+")

See Also:

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