SL_DrawText


NAME
SL_DrawText -- draws text.

SYNOPSIS
SL_DrawText(winhandle, x, y, string, count);
A0 D0 D1 A1 D2

void SL_DrawText(WINHANDLE, WORD, WORD, SLCHAR *, WORD);

FUNCTION
Draws the text string at x,y.

INPUTS
winhandle - as returned by SL_CreateWindowA.
x,y - the upper left corner of where to draw the text.
string - the text string to draw.
count - how many SLCHARs in the string to draw. If this value is -1
then all SLCHARs upto the null terminator will be drawn.

SEE ALSO
SL_SetFont.

 

SL_DrawText  Command Section By Type  url:SL_DrawText
  created:2008-03-01 23:36:22   last updated:2008-03-01 23:36:22
  Copyright © 1985-2024 GrasshopperLLC. All Rights Reserved.

User Contributed Comments For SL_DrawText
There are no user contributed comments for this page.