Draw a number with font.
Draw a numeric value on the screen at the specified x and y location using a custom RIC font. 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 the Font drawing option constants for options specific to the font drawing functions.
- See Also
- FontTextOut, SysDrawFont, DrawFontType
- 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. |
filename | The filename of the RIC font. |
value | The value to output to the LCD screen. Any numeric type is supported. |
options | The optional drawing options. |
- Returns
- The result of the drawing operation.
- Examples:
- ex_dispfnout.nxc.