BIXOLON SLP-DL413 Reference Manual page 21

Linux sdk
Hide thumbs Also See for SLP-DL413:
Table of Contents

Advertisement

* const int rotation
[in] Rotation value
Constant
ROTATE_0
ROTATE_90
ROTATE_180
ROTATE_270
* bool bold
[in] Bold. false: disable, true: enable
* const unsigned int codePage
[in] Set the encoding type for character strings.
Constant
CP_EUCKR
CP_CP949
CP_EUCCN
CP_GB18030
CP_BIG5
CP_CP950
CP_EUCJP
CP_CP932
CP_CP874
[Return Values]
Constant
BXL_SUCCESS
BXL_NOT_OPENED
BXL_WRITE_ERROR
* Example
int ret;
ret = ConnectToPrinter("portinfo...");
......
PrintDeviceFont("BIXOLON Label Printer SDK Test.", 20, 10, DEVICE_ENG_24X38,
Prints(1, 1);
......
Rev. 1.00
Value
Value
0
1
2
3
4
5
6
7
8
Value
0
-101
-105
1, 1, ROTATE_0, false, CP_CP949);
0
Rotate by 0 degree
1
Rotate by 90 degrees
2
Rotate by 180 degrees
3
Rotate by 270 degrees
Description
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.
Description
The function is successful.
ConnectPrinter must be executed.
Data transmission failed.
- 21 -
Label Printer
Description

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents