Ticket text size problems

Hello.
I recrated the basic ticket programm codes for my personal use. Everything fine except the orders text. I tryed to code everything to get bigger text there. It’s really small to read in the kitchen. For example
-Cola
-Cola
-Cola
-A food name
This list what goes in the kitchen after the printing. How Can I reset my orders the and of the day? Right now it continous the numbers of orders?
Any idea?

[LAYOUT]
– General layout

RENDELÉS BLOKK
Dátum: {TICKET DATE}
Idő: {TIME}
{ENTITIES}
Asztal szám: {TICKET NO}
{ORDERS}
[
] {DISCOUNTS} [
Összesen Ajándék -{ORDER STATE TOTAL:Gift}
] {SERVICES} [DISCOUNTS]

[ORDERS]
– Default format for orders

{QUANTITY} {NAME} {ORDER TAGS} [ORDERS:Ajándék] -- Format for gifted orders {QUANTITY} {NAME} (Ajándék) {ORDER TAGS} [ORDERS:Sztornó] -- Nothing will print for void lines

[ORDER TAGS]
– Format for order tags

* [={ORDER TAG QUANTITY}>1?'{ORDER TAG QUANTITY} X ':'']{ORDER TAG NAME} [({ORDER TAG TOTAL PRICE})]

[ENTITIES:Asztal]
– Table entity format

Asztal: {ENTITY NAME}

[ENTITIES:Vásárló]
– Customer entity format

Vásárló: {ENTITY NAME} {ENTITY DATA:Phone}

There’s no formatting for the template.

Please see this post for more detail: