Added structure markdown

This commit is contained in:
Jurn Wubben 2026-01-24 20:44:29 +01:00
parent a6c067ac43
commit 817d5efc9e
2 changed files with 35 additions and 1 deletions

View file

@ -63,7 +63,6 @@ pub enum TextEffect {
Bold,
DoubleHeight,
DoubleWidth,
// InvertColor,
Justify(JustifyOrientation),
}

35
structure.md Normal file
View 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