Previous: 4.53.2.1.9. putChar() To the Table of Contents Next: 4.53.2.1.11. save()
4.53.2.1.9. putChar() Table of Contents 4.53.2.1.11. save()

- 4.53.2.1.10. -
Table of Contents
4. Standard Units
4.53. ogFont - BitFont support for ObjGfx 4.0
4.53.2. ogFont Unit Objects
4.53.2.1. ogBitFont object
4.53.2.1.10. putString()


4.53.2.1.10. putString()

Targets: MS-DOS, Win32 console


ogFont Unit

Displays a string.

Declaration:
  procedure putString(var buf:ogSurface; x, y:int32; const textString:string);
Remarks:

Displays a string in an ogSurface. The (x,y) coordinate is the upper left corner of the first character to display.

See also:


Previous: 4.53.2.1.9. putChar() To the Table of Contents Next: 4.53.2.1.11. save()
4.53.2.1.9. putChar() Table of Contents 4.53.2.1.11. save()

- 4.53.2.1.10. -