DrawStringSetSize

Sets the size for charactor text.

Synopsis

#include "petscdraw.h" 
int DrawStringSetSize(Draw draw,PetscReal width,PetscReal height)
Not Collective

Input Parameters

draw - the drawing context
width - the width in user coordinates
height - the charactor height in user coordinates

Note

Only a limited range of sizes are available.

See Also

DrawString(), DrawStringVertical(), DrawStringGetSize()

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

Examples

src/sys/src/matlabengine/examples/tutorialsex1.c