#define FontTextOutEx ( _x,
_y,
_fnt,
_txt,
_options   )     __FontTextOutEx(_x,_y,_fnt,_txt,_options)

Draw text with font and drawing options.

Draw a text value on the screen at the specified x and y location using a custom RIC font. Also specify drawing options. Valid display option constants are listed in the Drawing option constants group. See the Font drawing option constants for options specific to the font drawing functions.

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.
_options The drawing options.

Generated by  doxygen 1.6.2