Filemaker Pro 8.5 Educational Maintenance T3 TJ083LL/A User Manual

Product codes
TJ083LL/A
Page of 238
Chapter 13
  
|
  Text formatting functions     195
SimplifiedChinese
OEM
Symbol
Other
Examples
TextFont(“Plaid”;“Courier”) returns the word 
Plaid
 in the Courier font.
TextFont(“Plaid”;“Arial”) returns the word 
Plaid
 in the Arial font.
TextFont(“Plaid”;“Arial”;Cyrillic) returns the word 
Plaid
 in the Arial font in 
the font script of Cyrillic.
TextFontRemove
Format
TextFontRemove(text{;fontName;fontScript})
Parameters
text - any 
fontName - 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
Removes all fonts in text, or removes the font specified by fontName or the combination 
of fontName and fontScript. If you don’t specify a font, all of the text displays in the 
default font that was set in Layout mode for the field. When the font is specified by 
fontName or the combination of fontName and fontScript, only the specified font is 
removed from every portion of the text displayed in that font and these same portions of 
the text are then displayed in the field's default font.
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.