Changes between Version 19 and Version 20 of Docs/825gen2/Dev/Devices/USB/PrintersCUPS


Ignore:
Timestamp:
02/26/24 14:29:27 (2 months ago)
Author:
Don Wilson
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Docs/825gen2/Dev/Devices/USB/PrintersCUPS

    v19 v20  
    155155  int y = 140;
    156156  cairo_move_to(context, x, y);
    157   cairo_show_text(context, "Item 1"); // the text we got as a parameter
     157  cairo_show_text(context, "Item 1");
    158158  y += 30;
    159159  cairo_move_to(context, x, y);
    160   cairo_show_text(context, "Item 2"); // the text we got as a parameter
     160  cairo_show_text(context, "Item 2");
    161161  y += 30;
    162162  cairo_move_to(context, x, y);
    163   cairo_show_text(context, "Item 3"); // the text we got as a parameter
     163  cairo_show_text(context, "Item 3");
    164164
    165165  // draw a dotted box