Apex PDT Technical Reference Manual
7 Apex Programming Resource
COAM30002
Rev. 2.00
8/13/02
7-12
SetTextSize
Syntax:
int SetTextSize(int size)
Input:
size
= TEXT_8X16, to change to 8
×
16 font
TEXT_8X8, to change to 8
×
8 font
TEXT_16X8, to change to 16
×
8 font
TEXT_16X16, to change to 16
×
16 font
(symbolic names are defined in
[a3lib.h]
)
Returns:
Previous setting.
Notes:
Changes the displayed font size and sets the window size
accordingly.
SetTextSize()
clears the screen.
GetCursorPosition
Syntax:
void GetCursorPosition(struct textcoord *cursor)
Input:
The
textcoord
structure, declared in
[a3lib.h]
, contains the
following elements:
short row;
short col;
Returns:
None
Notes:
Loads the structure with the current cursor coordinates
(row, col). The text position given by the coordinates
(1, 1) is defined as the upper-left corner of the text
window.
SetCursorPosition
Syntax:
void SetCursorPosition(short row, short column)
Input:
Cursor coordinates.
Returns:
None
Notes:
Sets the current text position to the displa y point (
row
,
column
). The text position given by the coordinates (1, 1)
is defined as the upper-left corner of the text window.
Summary of Contents for Apex III
Page 2: ...This Page Intentionally Left Blank...
Page 12: ...Apex PDT Technical Reference Manual Table Of Contents COAM30002 Rev 2 00 8 13 02 viii...
Page 108: ...Apex PDT Technical Reference Manual 6 Utility Programs COAM30002 Rev 2 00 8 13 02 6 36...
Page 152: ...Apex PDT Technical Reference Manual 10 Power Management COAM30002 Rev 2 00 8 13 02 10 8...
Page 166: ...Apex III Technical Reference Manual Appendix A COAM30002 Rev 1 03 08 13 02 A 6...
Page 167: ...This Page Intentionally Left Blank...