4.53.2.1.11. save() | Table of Contents | 4.53.2.1.13. setBGColor() |
function saveToOffset(const fontFile:string; offset:int32):boolean;Remarks:
Saves a DPF to an offset in a file.
This method is useful for saving multiple DPFs into a file.
If the offset is -1 and the file exists the sprite will be appended to the file.
Restrictions:Can only seek into a file up to 2GB in size.
Return value:TRUE if successful, FALSE if failure.
See also:4.53.2.1.11. save() | Table of Contents | 4.53.2.1.13. setBGColor() |