Added structure markdown
This commit is contained in:
parent
a6c067ac43
commit
817d5efc9e
2 changed files with 35 additions and 1 deletions
|
|
@ -63,7 +63,6 @@ pub enum TextEffect {
|
||||||
Bold,
|
Bold,
|
||||||
DoubleHeight,
|
DoubleHeight,
|
||||||
DoubleWidth,
|
DoubleWidth,
|
||||||
// InvertColor,
|
|
||||||
Justify(JustifyOrientation),
|
Justify(JustifyOrientation),
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
35
structure.md
Normal file
35
structure.md
Normal file
|
|
@ -0,0 +1,35 @@
|
||||||
|
## Structs
|
||||||
|
### EscPosBuilder
|
||||||
|
Fields:
|
||||||
|
- content: Vec
|
||||||
|
- max_width: u16
|
||||||
|
### Document
|
||||||
|
Fields:
|
||||||
|
- children: Vec
|
||||||
|
### Heading
|
||||||
|
Fields:
|
||||||
|
- value: String
|
||||||
|
### Text
|
||||||
|
Fields:
|
||||||
|
- style: Option
|
||||||
|
- value: String
|
||||||
|
### Img
|
||||||
|
Fields:
|
||||||
|
- src: String
|
||||||
|
- orientation: Option
|
||||||
|
### Qr
|
||||||
|
Fields:
|
||||||
|
- size: Option
|
||||||
|
- ecc: Option
|
||||||
|
- value: String
|
||||||
|
### Barcode
|
||||||
|
Fields:
|
||||||
|
- height: Option
|
||||||
|
- mod_width: Option
|
||||||
|
- text_position: Option
|
||||||
|
- bar_type: Option
|
||||||
|
- value: String
|
||||||
|
### Feed
|
||||||
|
Fields:
|
||||||
|
- amount: Option
|
||||||
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue