KanjiFntOpenOpens a print stream | |||||||||||||
Arguments
Return ValueThe ID of the print stream that was opened is returned.ExplanationThe stream used for on-screen printing is opened.Subsequently, character strings up to n characters long can be drawn in the rectangular area of the frame buffer specified by (x,y)-(x+w, y+h) using the KanjiFntPrint() function. If isbg has a value of “1”, the background is cleared when a character string is drawn. NotesUp to 8 streams can be opened simultaneously.Opened streams cannot be closed until the next KanjiFntLoad(). The Kanji font area must not overlap with the frame buffer area used by the application. See AlsoKanjiFntPrint(), KanjiFntLoad() |