Character Properties

<< Click to Display Table of Contents >>

Navigation:  Programming Techniques > RTF - Rich Text Format > RTF Properties processed by VPE >

Character Properties

Previous pageReturn to chapter overviewNext page

Keyword

Description

\f <index>

Font selection <index into font table>

\fs <num>

Font size in 0.5 pt. (e.g. 24 = 12 pt.)

\b

bold on

\b0

bold off

\i

italic on

\i0

italic off

\ul

underlined on

\ul0

underlined off

\ulnone

underlined off

\strike

strike through

\sub

subscript

\super

superscript

\nosupersub

turn off subscript or superscript

\v

invisible text (helpful, if documents contain instructions for the end user, which are visible in the RTF editor, but not in VPE)

\cf <index>

Forecolor <index into color table>

\cb <index>

Backcolor <index into color table>

\highlight <index>

Backcolor <index into color table>

\plain

Resets all character Properties to the following default values:

Bold (off)

Italic (off)

Underlined (off)

FontSize (12 pt.)

ForeColor (black)

BackColor (white)

Invisible (off)

Strikeout (off)

Subscript (off)

Superscript (off)

 

Remark: <num> is a value in twips, 1440 twips = 1 inch = 2.54 cm