|
CUPS rastertoql filter
1.0.4
Filter for the Brother QL family of label printers
|
Data Fields | |
| size_t | bytes_per_line |
| size_t | bytes_per_command |
| union { | |
| struct monochrome_line_start * bw | |
| struct colour_line_start * cl | |
| } | command |
| struct monochrome_line_start* line_command::bw |
| size_t line_command::bytes_per_command |
Size of command in bytes (to be sent to the printer)
| size_t line_command::bytes_per_line |
Count of expected command data bytes to describe one line
| struct colour_line_start* line_command::cl |
| union { ... } line_command::command |
1.8.17