You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -59,7 +59,7 @@ To test this library, it's pretty simple !
59
59
60
60
## Installation
61
61
62
-
**Step 1.** Add the [JitPack](https://jitpack.io/#DantSu/ESCPOS-ThermalPrinter-Android/2.0.8) repository to your build file. Add it in your root `/build.gradle` at the end of repositories:
62
+
**Step 1.** Add the [JitPack](https://jitpack.io/#DantSu/ESCPOS-ThermalPrinter-Android/2.0.9) repository to your build file. Add it in your root `/build.gradle` at the end of repositories:
Print a formatted text, feed paper (`mmFeedPaper` millimeters), cut the paper and open the cash box. Read the ["Formatted Text : Syntax guide" section](#formatted-text--syntax-guide) for more information about text formatting options.
470
+
-**param**`String text` : Formatted text to be printed.
471
+
-**param**`float mmFeedPaper` : Millimeter distance feed paper at the end.
472
+
-**return**`Printer` : Fluent interface
473
+
468
474
#### Method : `printFormattedText(String text, int dotsFeedPaper)`
469
475
Print a formatted text and feed paper (`dotsFeedPaper` dots). Read the ["Formatted Text : Syntax guide" section](#formatted-text--syntax-guide) for more information about text formatting options.
470
476
-**param**`String text` : Formatted text to be printed.
@@ -477,6 +483,12 @@ Print a formatted text, feed paper (`dotsFeedPaper` dots) and cut the paper. Rea
477
483
-**param**`int dotsFeedPaper` : Distance feed paper at the end.
478
484
-**return**`Printer` : Fluent interface
479
485
486
+
#### Method : `printFormattedTextAndOpenCashBox(String text, int dotsFeedPaper)`
487
+
Print a formatted text, feed paper (`dotsFeedPaper` dots), cut the paper and open the cash box. Read the ["Formatted Text : Syntax guide" section](#formatted-text--syntax-guide) for more information about text formatting options.
488
+
-**param**`String text` : Formatted text to be printed.
489
+
-**param**`int dotsFeedPaper` : Distance feed paper at the end.
@@ -59,7 +59,7 @@ To test this library, it's pretty simple !
59
59
60
60
## Installation
61
61
62
-
**Step 1.** Add the [JitPack](https://jitpack.io/#DantSu/ESCPOS-ThermalPrinter-Android/2.0.8) repository to your build file. Add it in your root `/build.gradle` at the end of repositories:
62
+
**Step 1.** Add the [JitPack](https://jitpack.io/#DantSu/ESCPOS-ThermalPrinter-Android/2.0.9) repository to your build file. Add it in your root `/build.gradle` at the end of repositories:
Print a formatted text, feed paper (`mmFeedPaper` millimeters), cut the paper and open the cash box. Read the ["Formatted Text : Syntax guide" section](#formatted-text--syntax-guide) for more information about text formatting options.
470
+
-**param**`String text` : Formatted text to be printed.
471
+
-**param**`float mmFeedPaper` : Millimeter distance feed paper at the end.
472
+
-**return**`Printer` : Fluent interface
473
+
468
474
#### Method : `printFormattedText(String text, int dotsFeedPaper)`
469
475
Print a formatted text and feed paper (`dotsFeedPaper` dots). Read the ["Formatted Text : Syntax guide" section](#formatted-text--syntax-guide) for more information about text formatting options.
470
476
-**param**`String text` : Formatted text to be printed.
@@ -477,6 +483,12 @@ Print a formatted text, feed paper (`dotsFeedPaper` dots) and cut the paper. Rea
477
483
-**param**`int dotsFeedPaper` : Distance feed paper at the end.
478
484
-**return**`Printer` : Fluent interface
479
485
486
+
#### Method : `printFormattedTextAndOpenCashBox(String text, int dotsFeedPaper)`
487
+
Print a formatted text, feed paper (`dotsFeedPaper` dots), cut the paper and open the cash box. Read the ["Formatted Text : Syntax guide" section](#formatted-text--syntax-guide) for more information about text formatting options.
488
+
-**param**`String text` : Formatted text to be printed.
489
+
-**param**`int dotsFeedPaper` : Distance feed paper at the end.
0 commit comments