![]() |
Next Page |
| Contents > Functions reference (alphabetical list) > Text formatting functions > TextFontRemove function |
|
|
| TextFontRemove function |
| Format |
TextFontRemove(text{;fontToRemove;fontScript}) |
| Parameters |
| text - any text expression or text field |
| fontToRemove - any font name expressed in text |
| fontScript - the name of a character set that contains characters required for writing in the specified language |
| Parameters in curly braces { } are optional. |
| Note The fontScript parameter is not enclosed in quotation marks (" "), and can have any of the values listed below in Description. |
| Data type returned |
| text |
| Description |
| Spellings for font names must be correct and are case-sensitive. Text formatting options will be lost if the data type that is returned is something other than text. |
| The following font scripts are available: |
| Roman |
| Greek |
| Cyrillic |
| CentralEurope |
| ShiftJIS |
| TraditionalChinese |
| SimplifiedChinese |
| OEM |
| Symbol |
| Other |
| Examples |
| TextFontRemove("Arial Text and Courier Text") returns Arial Text and Courier Text displayed in the field's default font. |
| TextFontRemove("Arial Text and Courier Text";"Arial") returns Arial Text and Courier Text with the Arial font removed from the words Arial Text for all fontScripts that use the Arial font. |
| TextFontRemove("Arial Text and Courier Text";"Arial";Cyrillic) returns Arial Text and Courier Text with the Arial font removed from Cyrillic character sets. |
| Related topics |
| Functions reference (category list) |
| Functions reference (alphabetical list) |
| About formulas |
| About functions |
| Defining calculation fields |
| Using operators in formulas |
| Formatting text |
|
|
| Contents > Functions reference (alphabetical list) > Text formatting functions > TextFontRemove function | Next Page |