POS/Mobile Printer
Rev. 1.00
Set the height scale to x1.
Set the height scale to x2.
Set the height scale to x3.
Set the height scale to x4.
Set the height scale to x5.
Set the height scale to x6.
Set the height scale to x7.
Set the height scale to x8.
* const unsigned int codePage
[in] Set the encoding type for character strings.
Korean. Encode character strings in EUC-KR.
Korean. Encode character strings in CP949.
Chinese. Encode character strings in EUC-CN.
Chinese. Encode character strings in GB18030.
Chinese. Encode character strings in BIG5.
Chinese. Encode character strings in CP950.
Japanese. Encode character strings in EUC-JP.
Japanese. Encode character strings in CP932.
Thai. Encode character strings in CP874.
The function is successful.
Data transmission failed.
ConnectToPrinter(………..);
……
PrintTextW("Korean Printing Test.\n", ALIGNMENT_LEFT,
ATTR_FONTTYPE_A, TS_HEIGHT_0 | TS_WIDTH_0, CP_CP949);
……