How-to change receipt format font for an individual element

I have made a custom receipt from the receipt.xml that prints just the Item Description Item Comment and Quanity to print to a networked printer in a kitchen. How can I make the Font small for the Comment element[Entry.Comment] (it is on a separate row) and leave the Description and Qty elements the Large Font size of the Transaction Details Table? Below is the Transaction Details Section of the receipt format. Is there documentation for the receipt formatting anywhere? thanks in advance for any help

Transaction.Type transactionDrop & Transaction.Type transactionPayout & Transaction.Type transactionNoSale & Transaction.Type transactionAccountPayment "Large" tbNone "" PageWidth * 0.19 "Qty" "======================|===" ShowLineDiscounts & (Entry.ExtendedDiscount 0) (Receipt.TaxSystem = taxsystemVAT) & (Entry.Taxable 0) Entry.ExtendedExclsvPrice + Entry.ExtendedDiscount Entry.Description "|" ExtendedExclsvPricePlusDiscount (Entry.Comment 0) Entry.Comment Entry.Description "|" Entry.Quantity (Entry.Comment 0) Entry.Comment Entry.ExtendedDiscountNegative 0 "|Discount|" Entry.ExtendedDiscountNegative (Receipt.TaxSystem = taxsystemVAT) & (Entry.Taxable 0) Entry.Description "|" Entry.Quantity (Entry.Comment 0) Entry.Comment Entry.Description "|" Entry.Quantity

Reply to
LarryW
Loading thread data ...

Reply to
LarryW

BeanSmart website is not affiliated with any of the manufacturers or service providers discussed here. All logos and trade names are the property of their respective owners.