bluetooth_print icon indicating copy to clipboard operation
bluetooth_print copied to clipboard

Align cannot be same line left and right

Open kkooi opened this issue 3 years ago • 2 comments

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 avatar Aug 03 '21 04:08 kkooi

@kkooi have u found any solution? I am facing the same issue

saeefmd avatar May 10 '22 08:05 saeefmd

any update?

emilmammadov avatar May 23 '22 14:05 emilmammadov