Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
E
esc_pos_print_plus
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Dio Maulana
esc_pos_print_plus
Commits
e634b71b
Commit
e634b71b
authored
Sep 14, 2019
by
Andrey
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
De not pass linesAfter parameter to _print function
parent
4752cbf3
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
2 deletions
+0
-2
printer.dart
lib/src/printer.dart
+0
-2
No files found.
lib/src/printer.dart
View file @
e634b71b
...
@@ -69,7 +69,6 @@ class Printer {
...
@@ -69,7 +69,6 @@ class Printer {
String
text
,
{
String
text
,
{
PosStyles
styles
=
const
PosStyles
(),
PosStyles
styles
=
const
PosStyles
(),
int
colInd
=
0
,
int
colInd
=
0
,
int
linesAfter
=
0
,
bool
kanjiOff
=
true
,
bool
kanjiOff
=
true
,
int
colWidth
=
12
,
int
colWidth
=
12
,
})
{
})
{
...
@@ -155,7 +154,6 @@ class Printer {
...
@@ -155,7 +154,6 @@ class Printer {
_print
(
_print
(
text
,
text
,
styles:
styles
,
styles:
styles
,
linesAfter:
linesAfter
,
kanjiOff:
kanjiOff
,
kanjiOff:
kanjiOff
,
);
);
_socket
.
writeln
();
_socket
.
writeln
();
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment