Previous: 4.53.2.1.10. putString() To the Table of Contents Next: 4.53.2.1.12. saveToOffset()
4.53.2.1.10. putString() Table of Contents 4.53.2.1.12. saveToOffset()

- 4.53.2.1.11. -
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.11. save()


4.53.2.1.11. save()

Targets: MS-DOS, Win32 console


ogFont Unit

Saves a font.

Declaration:
 function save(const fontFile:string):boolean;
Remarks:

Saves a DPF to disk.

This method is functionally equivalent to ogBitFont.saveToOffset(fontFile, 0);

Return value:

TRUE if successful, FALSE if failure.

See also:







Previous: 4.53.2.1.10. putString() To the Table of Contents Next: 4.53.2.1.12. saveToOffset()
4.53.2.1.10. putString() Table of Contents 4.53.2.1.12. saveToOffset()

- 4.53.2.1.11. -