DrawStringVertical

Draws text onto a drawable.

Synopsis

int DrawStringVertical(Draw draw,double xl,double yl,int cl,char *text)
Not Collective

Input Parameters

draw - the drawing context
xl,yl - the coordinates of upper left corner of text
cl - the color of the text
text - the text to draw

Keywords

draw, text, vertical

See Also

DrawString()

Level:beginner
Location:src/sys/src/draw/interface/dtextv.c
Graphics (Draw) Index
Table of Contents