In computing, TextOut is one of 6 text output functions in the GDI component of the Windows API. It takes an ASCII or Unicode string, and draws it on a graphical device such as a screen. It is the most simple of the 6, requiring only 5 parameters, but it does not appear to be the most commonly used: ExtTextOut[?] provides support for bounding rectangles which is necessary in most applications. DrawText[?] and DrawTextEx[?] provide many complex alignment and formatting options not available in TextOut. PolyTextOut[?] and TabbedTextOut[?] also have their own advantages.
Example
TextOut (hDC, 10, 10, "Hello, Wikipedia", 16);
... town the population is spread out with 25.2% under the age of 18, 5.7% from 18 to 24, 31.9% from 25 to 44, 23.3% from 45 to 64, and 13.9% who are 65 years of age or older. ...