* TextSize
[in] This value sets the text size properties. The width and height values can be uplicated.
Width magnification set to x1
Width magnification set to x2
Width magnification set to x3
Width magnification set to x4
Width magnification set to x5
Width magnification set to x6
Width magnification set to x7
Width magnification set to x8
Height magnification set to x1
Height magnification set to x2
Height magnification set to x3
Height magnification set to x4
Height magnification set to x5
Height magnification set to x6
Height magnification set to x7
Height magnification set to x8
Returns after function success
Unable to open communication port
long lResult;
lResult = PrinterOpen(“portinfo…”, 1000);
……
PrintText("Bixolon Mobile Printer.\n", BXL_ALIGNMENT_LEFT, BXL_FT_DEFAULT,
BXL_TS_0WIDTH | BXL_TS_0HEIGHT);
……