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

int DrawStringGetSize(Draw draw,double *width,double *height)
Not Collective

Input Parameters

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

Keywords

draw, text, get, size

Location: src/draw/interface/dtextgs.c
Graphics (Draw) Index
Table of Contents