How to download a font for a Zebra printer using ZPL?

Asked

Viewed 109 times

1

I am trying to download a new font for Zebra (Gc420t) using ZPL. This is the code I use for this job .:

teste + = "~ DYR: OptimaLTStd, B, T, t, w, dados"

and to print with source:

teste + = "^ XA"
teste + = "^ FWB"
teste + = "^ FO290.150"
teste + = "^ A2,36,20, R: OptimaLTStd.FNT"
teste + = "^ FD" & Etiqueta.Quantidade & "Kg ^ FS"
teste + = "^ FO335,90"
teste + = "^ A0,36,20, R: OptimaLTStd.FNT"
teste + = "^ FD Validade:" & Etiqueta.Validade & "^ FS"
teste + = "^ FO380,150"
teste + = "^ A0,36,20, R: OptimaLTStd.FNT"
teste + = "^ FD" & Etiqueta.Lote & "^ FS"
teste + = "^ XZ" 'Gravar o documento

What happens: this source was not found and the printer is using the default font

model: Gc420t

No answers

Browser other questions tagged

You are not signed in. Login or sign up in order to post.