NXC  Version 1.2.1 r5
 All Data Structures Files Functions Variables Groups Pages
char TextOut ( int  x,
int  y,
string  str,
unsigned long  options = DRAW_OPT_NORMAL 
)
inline

Draw text.

Draw a text value on the screen at the specified x and y location. The y value must be a multiple of 8. Valid line number constants are listed in the Line number constants group. Optionally specify drawing options. If this argument is not specified it defaults to DRAW_OPT_NORMAL. Valid display option constants are listed in the Drawing option constants group.

See Also
SysDrawText, DrawTextType
Parameters
xThe x value for the start of the text output.
yThe text line number for the text output.
strThe text to output to the LCD screen.
optionsThe optional drawing options.
Returns
The result of the drawing operation.
Examples:
ex_acos.nxc, ex_acosd.nxc, ex_addressof.nxc, ex_addressofex.nxc, ex_ArrayMax.nxc, ex_ArrayMean.nxc, ex_ArrayMin.nxc, ex_ArrayOp.nxc, ex_ArraySort.nxc, ex_ArrayStd.nxc, ex_ArraySum.nxc, ex_ArraySumSqr.nxc, ex_asin.nxc, ex_asind.nxc, ex_atan.nxc, ex_atan2.nxc, ex_atan2d.nxc, ex_atand.nxc, ex_clearline.nxc, ex_copy.nxc, ex_ctype.nxc, ex_DataMode.nxc, ex_delete_data_file.nxc, ex_diaccl.nxc, ex_digyro.nxc, ex_dispgout.nxc, ex_displayfont.nxc, ex_file_system.nxc, ex_findfirstfile.nxc, ex_findnextfile.nxc, ex_fopen.nxc, ex_FormatNum.nxc, ex_FormatVal.nxc, ex_GetBrickDataAddress.nxc, ex_HTGyroTest.nxc, ex_i2cdeviceid.nxc, ex_i2cdeviceinfo.nxc, ex_i2cvendorid.nxc, ex_i2cversion.nxc, ex_isnan.nxc, ex_labs.nxc, ex_leftstr.nxc, ex_midstr.nxc, ex_ReadSensorHTBarometric.nxc, ex_ReadSensorHTTouchMultiplexer.nxc, ex_ReadSensorMSPlayStation.nxc, ex_reladdressof.nxc, ex_rightstr.nxc, ex_RS485Receive.nxc, ex_RS485Send.nxc, ex_SetAbortFlag.nxc, ex_setdisplayfont.nxc, ex_SetLongAbort.nxc, ex_StrCatOld.nxc, ex_string.nxc, ex_StrReplace.nxc, ex_strtod.nxc, ex_strtol.nxc, ex_strtoul.nxc, ex_SubStr.nxc, ex_syscommbtconnection.nxc, ex_SysCommBTOnOff.nxc, ex_SysCommHSCheckStatus.nxc, ex_SysCommHSControl.nxc, ex_SysCommHSRead.nxc, ex_SysComputeCalibValue.nxc, ex_SysDatalogWrite.nxc, ex_sysfilefindfirst.nxc, ex_sysfilefindnext.nxc, ex_sysfileread.nxc, ex_syslistfiles.nxc, ex_sysmessageread.nxc, ex_tan.nxc, ex_tand.nxc, ex_TextOut.nxc, ex_uplow.nxc, ex_xg1300.nxc, util_battery_1.nxc, util_battery_2.nxc, and util_rpm.nxc.