DrawStringSetSize
Sets 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 DrawStringSetSize(Draw draw,double width,double height)
Not
Collective
Input Parameters
draw | - the drawing context
|
width | - the width in user coordinates
|
height | - the charactor height
|
Note
Only a limited range of sizes are available.
Keywords
draw, text, set, size
Location: src/draw/interface/dtexts.c
Graphics (Draw) Index
Table of Contents