#define FontTextOut ( _x,
_y,
_fnt,
_txt   )     __FontTextOutEx(_x,_y,_fnt,_txt,0)

Draw text with font.

Draw a text value on the screen at the specified x and y location using a custom RIC font.

See also:
FontNumOut, TDrawFont
Warning:
This function requires the enhanced NBC/NXC firmware version 1.28+.
Parameters:
_x The x value for the start of the text output.
_y The y value for the start of the text output.
_fnt The filename of the RIC font.
_txt The text to output to the LCD screen.

Generated by  doxygen 1.6.2