FntFlush

Draws the contents of a print stream

u_long* FntFlush (
        int id
)

Arguments

id Print Stream ID

Return Value

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

Explanation

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

Notes

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