Draw text with font.
Draw a text 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
- FontNumOut, SysDrawFont, DrawFontType
- 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. |
filename | The filename of the RIC font. |
str | The text to output to the LCD screen. |
options | The optional drawing options. |
- Returns
- The result of the drawing operation.
- Examples:
- ex_dispftout.nxc.