petsc-3.4.5 2014-06-29

PetscDrawBoxedString

Draws a string with a box around it

Synopsis

#include "petscdraw.h" 
PetscErrorCode  PetscDrawBoxedString(PetscDraw draw,PetscReal sxl,PetscReal syl,int sc,int bc,const char text[],PetscReal *w,PetscReal *h)
Not Collective

Input Parameters

draw - the drawing context
sxl - the coordinates of center of the box
syl - the coordinates of top line of box
sc - the color of the text
bc - the color of the bounding box
text - the text to draw

Output Parameter

w,h -width and height of resulting box (optional)

See Also

PetscDrawStringVertical(), PetscDrawBoxedStringSize()

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