#define FontNumOut ( _x,
_y,
_fnt,
_num   )     __FontNumOutEx(_x,_y,_fnt,_num,0)

Draw a number with font.

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

See also:
FontTextOut, TDrawFont
Warning:
This function requires the enhanced NBC/NXC firmware version 1.28+.
Parameters:
_x The x value for the start of the number output.
_y The y value for the start of the number output.
_fnt The filename of the RIC font.
_num The value to output to the LCD screen. Any numeric type is supported.

Generated by  doxygen 1.6.2