Changes between Version 19 and Version 20 of Docs/825gen2/Dev/Devices/USB/PrintersCUPS
- Timestamp:
- 02/26/24 14:29:27 (9 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Docs/825gen2/Dev/Devices/USB/PrintersCUPS
v19 v20 155 155 int y = 140; 156 156 cairo_move_to(context, x, y); 157 cairo_show_text(context, "Item 1"); // the text we got as a parameter157 cairo_show_text(context, "Item 1"); 158 158 y += 30; 159 159 cairo_move_to(context, x, y); 160 cairo_show_text(context, "Item 2"); // the text we got as a parameter160 cairo_show_text(context, "Item 2"); 161 161 y += 30; 162 162 cairo_move_to(context, x, y); 163 cairo_show_text(context, "Item 3"); // the text we got as a parameter163 cairo_show_text(context, "Item 3"); 164 164 165 165 // draw a dotted box