Rabbit RabbitCore RCM3209 User Manual page 109

C-programmable module with ethernet
Table of Contents

Advertisement

unsigned long glFontCharAddr(fontInfo *pInfo, char letter);
DESCRIPTION
Returns the xmem address of the character from the specified font set.
PARAMETERS
pInfo
letter
RETURN VALUE
xmem address of bitmap character font, column major and byte-aligned.
SEE ALSO
glPutFont, glPrintf
void glPutFont(int x, int y, fontInfo *pInfo, char code);
DESCRIPTION
Puts an entry from the font table to the page buffer and on the LCD if the buffer is un-
locked. Each font character's bitmap is column major and byte-aligned. Any portion of
the bitmap character that is outside the LCD display area will be clipped.
PARAMETERS
x
y
pInfo
code
RETURN VALUE
None.
SEE ALSO
glFontCharAddr, glPrintf
User's Manual
glFontCharAddr
pointer to the xmem address of the bitmap font set.
an ASCII character.
glPutFont
the x coordinate (column) of the top left corner of the text.
the y coordinate (row) of the top left corner of the text.
a pointer to the font descriptor.
the ASCII character to display.
103

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the RabbitCore RCM3209 and is the answer not in the manual?

Questions and answers

This manual is also suitable for:

Rabbitcore rcm3229

Table of Contents