Link to home
Start Free TrialLog in
Avatar of bilgehanyildirim
bilgehanyildirim

asked on

Thermal Printer + Delphi

Hi there,
I have a software written with Delphi 7 And Report Builder which is basically printing labels via Zebra LP2844. There is a label on the report (label) let's say it is called ppLabel1. in the software I assign value like
ppLabel1.Caption := 'PBRL1252252001';
and print it via the printer. My problem is it prints different sizes in different computers (all Windows XP). The actual size of the text is 20pt but on one computer it looks like it is 10pt on the other one it looks 20pt.
Can someone advice me how I can solve this problem?
Avatar of mokule
mokule
Flag of Poland image

You must make sure to use fonts actually installed on a computer
Avatar of bilgehanyildirim
bilgehanyildirim

ASKER

all fonts are arial.it is standart, isn't it?
Hello Sir,

  Generally Thermal Printers come with built in fonts as well, Kindly check if u are using any of these built in fonts instead of standard fonts.

with regards,
padmaja.
ASKER CERTIFIED SOLUTION
Avatar of bokist
bokist
Flag of Hungary image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial