简体   繁体   中英

change font size of template zebra printer

We are printing labels to printer directly. The printer is Zebra. We are using templates to define fields. Here is line which i want to change font size a bit more bigger

^FT465,819^A0N,56,55^FH\^FD<Address>^FS

You can see that its Address field. I want to change font to be bit bigger but i have no clue what this code. I read a bit and its ZPL code but dont know how i change font size for that field. Has anyone experience with zebra printing. I am printing programatically through c#

Try using something like this:

^XA
^FO485,945^CF0,60^FD<Address>^FS
^FO485,900^CF0,40^FD<Address>^FS
^XZ

You can see I change font size from 60 pixels to 40 pixels.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM