TextSizefontSize - any font size expressed as an integerTextSize(“Plaid”;18) returns the word Plaid in 18 point text.TextSize(“Plaid”;24) returns the word Plaid in 24 point text.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.