OutTextXY
Write text on the screen on given position
Declaration
Source position: graphh.inc line 671
var
OutTextXY : OutTextXYProc;
Description
OutText puts TextString on the screen, at position (X,Y), using the current font and text settings. The current position is moved to the end of the text.
Errors
None.
See also
Name | Description |
---|---|
OutText | Write text on the screen at the current location. |
OutTextXYProc | This routine prototype is a hook for OutTextXY |