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
4bf197b9
Commit
4bf197b9
authored
Sep 04, 2019
by
Andrey
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
missing file
parent
d5f0ba0a
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
0 deletions
+7
-0
commands.dart
lib/src/commands.dart
+7
-0
No files found.
lib/src/commands.dart
View file @
4bf197b9
...
...
@@ -48,3 +48,10 @@ const cReverseFeedN = '${esc}e'; // Print and reverse feed n lines [N]
// Bit Image
const
cRasterImg
=
'
${gs}
v0'
;
// Print raster bit image [obsolete command]
const
cBitImg
=
'
$esc
*'
;
// Set bit image mode
// Barcode
const
cBarcodeSelectPos
=
'
${gs}
H'
;
// Select print position of HRI characters
const
cBarcodeSelectFont
=
'
${gs}
f'
;
// Select font for HRI characters
const
cBarcodeSetH
=
'
${gs}
h'
;
// Set barcode height
const
cBarcodeSetW
=
'
${gs}
w'
;
// Set barcode width
const
cBarcodePrint
=
'
${gs}
k'
;
// Print barcode
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