How to increase the size of restaurant name in receipt print

Hi guys,
Can someone help me out with 3 things?
How to increase the size of the restaurant name?
Hot to take the logo to the center?
Item amount going out of the box when item name is lengthy . How to avoid that?

@JTRTech

> <BMP>c:/logo.bmp
> [LAYOUT]
> -- General layout
> <EB>
> <C55>Darwin's Resto Pub
> <C00>511 Muthialpet
> <C00>Pondicherry, 605001
> <C00>456456456
> <C00>www.darwinsrestopub.com
> <L00>
> <EB>
> <L00>
> <T>Tax Invoice
> <L00>
> <L00>Date:{TICKET DATE}
> <L00>Time:{TIME}
> {ENTITIES}
> <L00>Ticket No:{TICKET NO}
> <F>-
> {ORDERS}
> <F>=
> <EB>
> {DISCOUNTS}
> [<J10>Total Gift:|{ORDER STATE TOTAL:Gift}]
> {TAXES}
> {SERVICES}
> <F>-
> <J10>Sub Total:|[=F(TN('{TICKET TOTAL}')-TN('{TAX TOTAL}'))]
> <J10>Tax Total:|{TAX TOTAL}
> <J10>Total:|{TICKET TOTAL}
> {PAYMENTS}
> <DB>
> <F>=
> <C10>T H A N K   Y O U
> 
> [DISCOUNTS]
> <J00>{CALCULATION NAME} %{CALCULATION AMOUNT}|{CALCULATION TOTAL}
> 
> [SERVICES]
> <J00>{CALCULATION NAME}|{CALCULATION TOTAL}
> 
> [PAYMENTS]
> <J00>{PAYMENT NAME}|{PAYMENT AMOUNT}
> 
> [ORDERS]
> -- Default format for orders
> <J00>- {QUANTITY} {NAME}|{TOTAL PRICE}
> {ORDER TAGS}
> 
> [ORDERS:Gift]
> -- Format for gifted orders
> <J00>- {QUANTITY} {NAME}|**GIFT**
> {ORDER TAGS}
> 
> [ORDERS:Void]
> -- Nothing will print for void lines
> 
> [ORDER TAGS]
> -- Format for order tags
> <J00> * {ORDER TAG NAME} | {ORDER TAG PRICE}
> 
> [ENTITIES:Table]
> -- Table entity format
> <L00>Table: {ENTITY NAME}
> 
> [ENTITIES:Customer]
> -- Customer entity format
> <J00>Customer: {ENTITY NAME} | {ENTITY DATA:Phone}
> 
> [TAXES]
> <J10>{TAX NAME}:|{TAX AMOUNT}

I’ve been to Pondicherry before! Cool place :slight_smile:

To increase restaurant name size, try the tag:

<C22> or <C11>

To centre the logo, type in the following tag line before the logo:

<ec>

With the item going out of the box, I would recommend using smaller item names.

But I’m sure there might be another print formatting tag that someone may know about to help you.

Perhaps this type of order formatting could help?

1 Like

Read the following post
printer-template-formatting-tags
From that you should be able to work out how to centre your logo and increase the font size of the restaurant name.
But basically as the last post says <EC> before the logo then <EL> after it - to set back to left side positioning.
Use <C11> for your restaurant name for double font size.
If your printer is going onto another line for item names then consider shorter item names or seperate tags for printing - there are guides on how to do this on the forum - just use the search function.

@sangeethrayaroth are you actually printing or just using the preview?
Preview doesnt respect all aspects of formatting. Actual prints would be required to confirm.
You already have 55 size which trust me will be too much. Just go 11 for now.
Likewise for ‘out of the box’, do an actual print.

@Kern_Kapoor. Hi kern yes pondi is really a cool place. Let me try these steps.

Thanks brother let me try.

@JTRTech Hi . I think this is the issue. I was checking the preview only. let me try taking a print.