Intrinsic-131 TextOut |
Top Previous Next |
131: TextOut(Hande, X, Y, Text);
This draws text on the image specified by Handle at the specified X,Y location. The location is in pixels, so the text can appear at any pixel position on the screen, not just in discrete character cells. The type face is specified by the SetFontFace intrinsic. The color of the text is specified by the SetFontColor intrinsic. The SetFontStyle intrinsic controls the font size and whether the font is bold, italic, underlined or struck through. (If you are working with the Console (handle=-1), controlling Screen Refresh can speed up this intrinsic. See the Console Refresh section for more information.)
Related Intrinsics:
|