KanjiFntPrintSends output to a print stream | |||||
Arguments
Return ValueThe number of characters in the stream is returned.ExplanationThe 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. NotesThe 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 AlsoKanjiFntFlush() |