Go to Contents
Previous
Page
Next
Page
Contents > Functions reference (alphabetical list) > Text formatting functions

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
A number obtained by combining the red, green, and blue values to represent a color.
TextColor
The color of text to the color specified by the RGB function.
TextColorRemove
Text with the font colors reverted to the default font color for the field.
TextFont
Text in the specified font and character set.
TextFontRemove
Text with the fonts reverted to the default font for the field.
TextFormatRemove
Text with the formatting reverted to the default text format for the field.
TextSize
Text in the specified font size.
TextSizeRemove
Text with the font sizes reverted to the default font size for the field.
TextStyleAdd
Text with the specified styles added in a single action.
TextStyleRemove
Text with the specified styles removed in a single action.

Contents > Functions reference (alphabetical list) > Text formatting functions
Previous
Page
Next
Page