bluetooth_print
bluetooth_print copied to clipboard
Align cannot be same line left and right
list.add(LineText(type: LineText.TYPE_TEXT, content: 'this is conent left', weight: 0, align: LineText.ALIGN_LEFT, linefeed: 1)); list.add(LineText(type: LineText.TYPE_TEXT, content: 'this is conent right', align: LineText.ALIGN_RIGHT, linefeed: 1));
Alignment does not work.
@kkooi have u found any solution? I am facing the same issue
any update?