im_puts_dbyte
4-35
4
im_puts_dbyte
Purpose
This function places the indicated glyphs in the current DBFS font on the
screen.
Syntax
#include "imt209x.h"
IM_STATUS im_puts_dbyte
(IM_USHORT *
dbfschar,
IM_ATTRIBUTES
attrib);
IN Parameters
dbfschar
Pointer to a series of indices for glyphs in the fontfile (in glyphs).
Values of offset will plot the bitmap starting at 0 in the file. The series is
terminated by 0x0000.
attrib Specifies the display attribute for the glyphs. Choose one or more of
these constants:
IM_NORMAL Set bits in the bitmap are set on the screen.
IM_INVERSE Cleared bits in the bitmap are set on the screen. Mutually
exclusive with IM_NORMAL.
IM_UNDERLINE The last row of pixels in the character cell are plotted
as though they were set in the bitmap.
IM_NOT_ADVANCING_CURSOR The cursor is not advanced after the
glyph is plotted. This is useful in preventing scrolling when plotting a
glyph in the last position of the last row, but causes successive characters
in a string to be plotted in the same position.
OUT Parameters
None.
Return Value
This function returns one of these codes:
IM_SUCCESS Success.
IM_INVALID_PARAM_1 Either the glyph could not be mapped or the
attribute requested is invalid.
IM_INVALID_FUNCTION
im_dbyte_setfont()
must be called
first.
Notes
The string must be terminated by a double byte null (i.e., two bytes of 0).
See Also
im_dbyte_setfont, im_putchar_dbyte, im_offset_dbyte
Содержание Trakker T2090
Страница 1: ...TRAKKER T2090Batch Hand HeldComputer P N 067212 003 User s Manual ...
Страница 4: ......
Страница 14: ......
Страница 19: ...Getting Started 1 ...
Страница 20: ......
Страница 33: ...User Interface 2 ...
Страница 34: ......
Страница 55: ...Application Development 3 ...
Страница 56: ......
Страница 61: ...Application Functions 4 ...
Страница 62: ......
Страница 127: ...Reader Command Reference 5 ...
Страница 128: ......
Страница 145: ...Configuration Command Reference 6 ...
Страница 146: ......
Страница 187: ...BIOS Support 7 ...
Страница 188: ......
Страница 205: ...Hardware Specifications 8 ...
Страница 206: ......
Страница 212: ......
Страница 213: ...Demo Software A ...
Страница 214: ......
Страница 230: ......
Страница 231: ...Microsoft Visual C C Settings B ...
Страница 232: ......
Страница 234: ...TRAKKER T2090 Hand Held Batch Computer User s Manual B 4 Compiler Options Code Generation Select CPU 80186 80188 ...
Страница 237: ...Full ASCII Charts C ...
Страница 238: ......