KanjiFntFlush

Draws the contents of a print stream

u_long *KanjiFntFlush (
        int id
)

Arguments

id Print Stream ID

Return Value

A pointer to the start of the ordering table used for drawing is returned.

Explanation

The contents of the specified print stream are drawn in the frame buffer.
KanjiFntFlush() initializes and draws a sprite primitive list corresponding to the characters in the specified print stream.

Notes

After drawing is completed, the contents of the print stream are flushed.

See Also

KanjiFntPrint()