Functions Reference

Table Of Contents
Chapter 13
|
Text formatting functions 191
Chapter 13
Text formatting functions
Text formatting functions can be used to change the color, font, size, and style of the
specified text. For example, you could use the TextFont function to change the font of
the specified text from Arial to Courier.
Text formatting functions operate on these parameters:
fields of type text
•text constants (in quotes)
expressions having a text result
Click a function name for details.
This function Returns
RGB, page 192 A number obtained by combining the red, green, and blue values to represent a
color.
TextColor, page 192 The color of text to the color specified by the RGB function.
TextColorRemove,
page 193
Text with the font colors reverted to the default font color for the field.
TextFont, page 194 Text in the specified font and character set.
TextFontRemove,
page 195
Text with the fonts reverted to the default font for the field.
TextFormatRemove,
page 196
Text with the formatting reverted to the default text format for the field.
TextSize, page 197 Text in the specified font size.
TextSizeRemove,
page 197
Text with the font sizes reverted to the default font size for the field.
TextStyleAdd, page
198
Text with the specified styles added in a single action.
TextStyleRemove,
page 199
Text with the specified styles removed in a single action.