next up previous contents
Next: Symbol Functions Up: Text Functions Previous: eparam.m   Contents

etext.m

NAME
etext - write text

SYNOPSIS
etext(text[,x[,y[,fontSize[,alignment[,font[,rotation[,color]]]]]]])

PARAMETER(S)
text text string
x x of start position
if x=0 then the text starts after
the last text in the same line
y y of start position
if x=0 then y is a relativ position to the current line
fontSize size of current font
alignment 1=left, 0=center, -1=right
font font number (definition in einit.m)
rotation rotation of text (in deg)
color color of text, [r g b] vector

GLOBAL PARAMETER(S)
eTextColor
eTextRotation
eTextFont
eTextAlignment
eTextFontSize


Stefan Müller 2002-01-15