changing font styles
-
hi, the restaurant owner wants item quantities in larger print for his staff.
if i edit the plugin would this code work?
$item_qty = wc_get_order_item_meta($item_id, "_qty", true); $printer->set_font_magnification(2, 2); // Set font magnification to double the size
hard to test since its in constant use. code by chatgpt
- The topic ‘changing font styles’ is closed to new replies.