|
CUPS rastertoql filter
1.0.4
Filter for the Brother QL family of label printers
|
Data Fields | |
| unsigned | bytes_per_line |
| enum printer_type | printer |
| unsigned | bi_colour_prn_caps:1 |
| unsigned | bi_colour_medium_caps:1 |
| unsigned | high_density_caps:1 |
| unsigned | auto_cutter_caps:1 |
| unsigned | leading_bytes |
| unsigned | min_margin |
| unsigned | max_margin |
| float | left_hardware_margin |
| ppd_file_t * | ppd |
| int | fd |
| cups_raster_t * | ras |
| struct cups_page_header2_s | raster_header |
| enum half_tone | half_tone_type |
| unsigned | pre_sized:1 |
| unsigned | coloured_raster:1 |
| unsigned | high_density_print:1 |
| struct ql_trim | trim |
| double | lower_red_angle |
| double | upper_red_angle |
| double | lower_red_sat |
| double | lower_red_val |
| unsigned qldriver::auto_cutter_caps |
Set, if the printer has an autocutter
| unsigned qldriver::bi_colour_medium_caps |
Set, if the medium provides a second colour
| unsigned qldriver::bi_colour_prn_caps |
Set, if the printer is able to print a second colour (red)
| unsigned qldriver::bytes_per_line |
Hard printer limit
| unsigned qldriver::coloured_raster |
Set, if the current raster should be printed in bi-colour
| int qldriver::fd |
CUPS raster file descriptor, real file or stdin
| enum half_tone qldriver::half_tone_type |
| unsigned qldriver::high_density_caps |
Set, if the printer can deal with 600 DPI (in the vertical direction)
| unsigned qldriver::high_density_print |
Set, if the current print should be done with 600 DPI
| unsigned qldriver::leading_bytes |
Amount of leading zero bytes prior starting print data
| float qldriver::left_hardware_margin |
| double qldriver::lower_red_angle |
| double qldriver::lower_red_sat |
| double qldriver::lower_red_val |
| unsigned qldriver::max_margin |
maximal margin on continuous length tape at top and bottom [mm]
| unsigned qldriver::min_margin |
minimal margin on continuous length tape at top and bottom [mm]
| ppd_file_t* qldriver::ppd |
| unsigned qldriver::pre_sized |
Set, if the media is of die-cut type, else continous length
| enum printer_type qldriver::printer |
| cups_raster_t* qldriver::ras |
CUPS raster handle
| struct cups_page_header2_s qldriver::raster_header |
CUPS raster header info of the current page
| struct ql_trim qldriver::trim |
| double qldriver::upper_red_angle |
1.8.17