Important: The information in this document is obsolete and should not be used for new development.
SRDrawText
You can use theSRDrawText
function to draw output text in the feedback window.
pascal OSErr SRDrawText ( SRRecognizer recognizer, const void *dispText, Size dispLength);
recognizer
- A recognizer.
dispText
- The address of a buffer that contains the text to be drawn.
dispLength
- The size, in bytes, of the specified text.
DESCRIPTION
TheSRDrawText
function draws the text specified by thedispText
anddispLength
parameters in the transcript portion of the feedback window associated with the recognizer specified by therecognizer
parameter. The text is drawn in the style characteristic of all output text.