Previous: 4.53.2.1.8. loadFromOffset() To the Table of Contents Next: 4.53.2.1.10. putString()
4.53.2.1.8. loadFromOffset() Table of Contents 4.53.2.1.10. putString()

- 4.53.2.1.9. -
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.9. putChar()


4.53.2.1.9. putChar()

Targets: MS-DOS, Win32 console


ogFont Unit

Displays a character

Declaration:
  procedure putChar(var buf:ogSurface; x, y:int32; const ch:char);
Remarks:

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

See also:


Previous: 4.53.2.1.8. loadFromOffset() To the Table of Contents Next: 4.53.2.1.10. putString()
4.53.2.1.8. loadFromOffset() Table of Contents 4.53.2.1.10. putString()

- 4.53.2.1.9. -