januslo / react-native-sunmi-inner-printer

http://docs.sunmi.com/htmls/index.html?lang=zh##V1文档资源 根据商米V1文档开发的热敏打印
MIT License
74 stars 121 forks source link

Disable printer cutting words in the line #29

Closed linkas45 closed 6 years ago

linkas45 commented 6 years ago

Hi there, I would like to know, whether it's possible to disable default printing till the end of the line rather making it print full words by not cutting them. Now if a printer has to print a sentence "Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed" the part "t, sed" goes into another line rather than having full words in another line: "elit, sed". Is it possible to solve this issue with Sunmi device? Thanks

januslo commented 6 years ago

May not disable the line wrapping. You can calculates the word count with get printed length and font size. More information, you may need to check the official documents.

发自我的 iPhone

在 2018年7月10日,上午12:45,mataskam notifications@github.com 写道:

Hi there, I would like to know, whether it's possible to disable default printing till the end of the line rather making it print full words by not cutting them. Now if a printer has to print a sentence "Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed" the part "t, sed" goes into another line rather than having full words in another line: "elit, sed". Is it possible to solve this issue with Sunmi device? Thanks

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or mute the thread.

thuanphat2009 commented 2 years ago

Hi there, I would like to know, whether it's possible to disable default printing till the end of the line rather making it print full words by not cutting them. Now if a printer has to print a sentence "Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed" the part "t, sed" goes into another line rather than having full words in another line: "elit, sed". Is it possible to solve this issue with Sunmi device? Thanks

Hello, how do you fix it, please teach me thank you