[newX, newY] = bvlDrawText(windowPtr, strMessage, [x,] [y,] [iMirror,]
[iSize])
Draw text to the screen.
windowPtr is the window pointer returned from
Screen (
PsychToolbox)
strMessage is text message to present, as a string
x, y specifying the pixel coordinates in screen space. Default is screen center.
iMirror can be either 0 or 1, specifies whether to mirror the message so
the text will be readable on a stereoscope
Default is not mirrored.
iSize - Size of the text, 8 pt, 16 pt, etc...
2007-05-11 - cburns - Updated to use the new Psychtoolbox 3.x
Note: Original version was called
DrawText.m. Updated
to bvl prefix to eliminate any namespace conflicts.
Created: Feb 2006 - cburns - Bankslab, UC Berkeley
Psychtoolbox/PsychGLImageProcessing/private/bvlDrawText.m