Text Formatting Functions
Text formatting functions allow a routine or calculation to manipulate the actual formatting of data within text fields in FileMaker.
|
Syntax |
Data Type Returned |
|---|---|
|
RGB ( red; green; blue ) |
Number |
|
TextColor ( text; RGB ( red; green; blue ) ) |
Text |
|
TextColorRemove ( text {; RGB ( red; green; blue )} ) |
Text |
|
TextFont ( text; fontName {; fontScript}) |
Text |
|
TextFontRemove ( text {; fontName; fontScript} ) |
Text |
|
TextFormatRemove ( text ) |
Text |
|
TextSize ( text; fontSize ) |
Text |
|
TextSizeRemove ( text {; sizeToRemove} ) |
Text |
|
TextStyleAdd ( text; style(s) ) |
Text |
|
TextStyleRemove ( text; style(s) ) |
Text |