KanjiFntPrint

Sends output to a print stream

int KanjiFntPrint (
        int id ,
        char *format,
        ...
)

Arguments

id Print stream ID
format Print format

Return Value

The number of characters in the stream is returned.

Explanation

The SHIFT-JIS full-width character string specified as an argument is formatted and sent as output to the specified print stream.
Formatting is performed according to the format string and is identical to the specification of the format string for the C library printf() function.

Notes

The Kanji code must be SHIFT-JIS.
Full-width and half-width characters can be mixed in the character string, but they are all changed to full-width at the time of display.
Half-width kana are not supported.
The character string is not displayed until KanjiFntFlush() is executed.

See Also

KanjiFntFlush()