Print Development Instructions
Print Development Instructions
Document Overview
Software developer
Software tester
Document intention
Interface function
1.8 Print QR
public int
PrintFontMagnify(Printer_Params.TEXT_ENLARGE
Function interface enlarge
)
Function Description enlarge font
enlarge:
NORMAL(0x00), // Normal
character
HEIGHT_DOUBLE(0x01), //
Parameter Description double-height character
WIDTH_DOUBLE(0x10), // double
width character
HEIGHT_WIDTH_DOUBLE (0x11); //
Double high width character
Return value The command length
2.6 Set highlight print
public int
Function interface SetTextPosition(Printer_Params.BAR_TEXT_POS pos)
PrintLinkDev mPrintLinkDev;
mPrintLinkDev = new PrintLinkDev(this);
mPrintLinkDev.OpenPrint(); // open Printer
mPrintLinkDev.openPort(); // open Printer
mPrintLinkDev.ClosePrint(); // close printer
mPrintLinkDev.closePort(); // close printer