__header__
The Text tool allows text to be added to an image/slide. Select the Text tool and drag 'n' drop it onto the image viewer. A box will appear. You can change the shape and size of the box where the simple text will appear, as well as rotate it by grabbing the small box in the middle and turning.
![]()
![]()
Right-click on the box to bring up the Text Edit box below. This box will allow you to enter text; Tab to the Renderstyle Property page (Click on the blue arrow (top right) to bring up the Render Style edit property page. You can adjust the colors, font, style and appearance of the text. Make the necessary adjustments, click Apply and then Close.
Note if the text is a reference eg reference a verse in the Bible the text can be copied. To Edit the text typing in the text window will show the apply. (No change yet made). The next time this page is brought up the text is now copied and no longer reference the origonal document, ans so changes will be accepted.
The text object accept html tags. The Edit menu help apply tags to selected areas. Hence important is to select some text first and then apply the font style ie bold. italic etc...
Editor Buttons:
Wrap
Wraps the text. If not wrapped when necessary horizontal scoll bar appears at bottom if necessary (ie text exceeds window dialog). Generally when preparing slides you do not want to wrap.Line#
Displays the line number< >
When selected display the raw html code. When not selected does not display the tags.<X>
Deletes all the tags, ie clears all the text formatingabc
Spell Checker. Non identified words appear in red.B
When pressed any selected text will be made boldU
When pressed any selected text will be underlinedI
When pressed any selected text will be italizedRGB
When pressed a color picker will prompt the used to select a color which is then applied to the selected text
HTML tags can be inserted into the text. Supported tags include:__Footer__Bold
<b>...</b>
<strong>...</strong>
Underline
<u>...</u>
italics
<i>...</i>
<em>...</em>
color
<color=color_name>...</color>
<color=hex_number>...</color>
eg
<color=red>...</color>
color_name Specifies the text color with a color name (like "red")
hex_number Specifies the text color with a hex code (like "#ff0000")
separators can be ':', '=', or ' '(space)
accepted colors
black,silver,gray,white,maroon,red,purple,fuchsia,
green,lime,olive,yellow,navy,blue,teal,aqua,
aliceblue,antiquewhite,aquamarine,azure,beige
bisque,blanchedalmond,blueviolet,brown,burlywood,
cadetblue
font
<font color=color_name size =sizevalue face=face>...</font>
acceptable size values
1..7
+1..+6
-1..-6