TextFontfontName - any font name expressed in text.TextFont(“Plaid”;“Courier”) returns the word Plaid in the Courier font.TextFont(“Plaid”;“Arial”) returns the word Plaid in the Arial font.TextSize( TextFont( TextColor( MyTable::MyText; RGB( 0 ; 125 ; 125 ) ); "Courier" ) ; 12) returns the text contained in MyTable::MyText formatted as 12pt. green text with the Courier font.