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

TextSize function
Format

TextSize(text;fontSize)
Parameters
text - any text expression or text field
fontSize - any font size expressed as an integer
Data type returned
text
Description
Changes the font size of the specified text to fontSize. The font size is described in points (72 points to the inch). Text formatting options will be lost if the data type that is returned is something other than text.
Examples
TextSize("Plaid";18) returns the word Plaid in 18 point text.
TextSize("Plaid";24) returns the word Plaid in 24 point text.
Related topics
Functions reference (category list)
Functions reference (alphabetical list)
About formulas
About functions
Defining calculation fields
Using operators in formulas

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