petsc-3.3-p7 2013-05-11

PetscDrawString

PetscDraws text onto a drawable.

Synopsis

#include "petscdraw.h" 
PetscErrorCode  PetscDrawString(PetscDraw draw,PetscReal xl,PetscReal yl,int cl,const char text[])
Not Collective

Input Parameters

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

See Also

PetscDrawStringVertical()

Level:beginner
Location:
src/sys/draw/interface/dtext.c
Index of all Draw routines
Table of Contents for all manual pages
Index of all manual pages