DQBunpackFont
FUNCTION

Prototype

DECLARE FUNCTION DQBunpackFont (PacketID AS INTEGER, Font AS STRING)

Parameters

PacketID - Packet ID number

Font - 2305 characters string where to hold decoded font data

Returns

An INTEGER value holding the unpacking results: > 0 Operation successful > 1 Datafile not yet opened > 2 Unknown packet ID number > 3 Bad password or unknown data

Description

Decodes the font identified by specified packet ID number from the currently opened datafile, and stores it into the Font string, ready to be used with the DQBsetFont function.

Notes:

none

Example

See DQBopenDataFile