ITALIC Property


PLBCMP GUI Only

 

The ITALIC property specifies that the FONT object is created with the italic attribute. The property uses the following format:

 

ITALIC[={value}]

Note the following:

  1. ITALIC may be used in CREATE, SETPROP, or GETPROP statements of a FONT object.

  2. If the ITALIC property is specified without an assignment, the action is the same as if ITALIC=1 were given.

  3. {value} is a decimal number, a Numeric Variable, an Expression, or a keyword as defined in PLBEQU.INC. The supported values and keywords are:

  4.  

    Value

    Keyword

    Italics are ...

    0

    $OFF

    disabled. (default)

    1

    $ON

    enabled.

 

 

See Also: Object Properties, Object IO Instructions, Object Definitions

 



PL/B Language Reference INTERVAL Property (TIMER) LABELWRAP Property