DrawStringGetSize

Gets the size for charactor text. The width is relative to the user coordinates of the window; 0.0 denotes the natural width; 1.0 denotes the entire viewport.

Synopsis

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

Input Parameters

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

See Also

DrawString(), DrawStringVertical(), DrawStringSetSize()

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