DrawStringSetSize

Sets the size for charactor text.

Synopsis

#include "draw.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.

Keywords

draw, text, set, size

See Also

DrawString(), DrawStringVertical(), DrawStringGetSize()

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