bluetooth_print icon indicating copy to clipboard operation
bluetooth_print copied to clipboard

字体大小无法调节

Open lc-c opened this issue 5 years ago • 3 comments

字体大小无法调节

lc-c avatar Sep 28 '20 08:09 lc-c

Could you elaborate more ? 您能详细说明一下吗?

richard457 avatar Sep 28 '20 10:09 richard457

list.add(LineText(
                                    type: LineText.TYPE_TEXT,
                                    content: '给顾客123456',
                                    size: 40,
                                    weight: 1,
                                    align: LineText.ALIGN_LEFT,
                                    linefeed: 1));

lc-c avatar Sep 28 '20 12:09 lc-c

Hi @lc-c , if you are using ESC printing method, this reply might help: https://github.com/thon-ju/bluetooth_print/issues/24#issuecomment-784733693

luoxufeiyan avatar Feb 24 '21 03:02 luoxufeiyan