Delphi DotMatrix Report Printing via Fast Report with same fr3 file but result with different font
sorry for my bad english.
I'm rewriting my internal office application which developed using Delphi but I dont have previous source code. For application reporting, i'm using the same FastReport .fr3 file from previous developer. But when i tried to print it out, it print out with different font. The Fast Report Preview before printing already same, but different after printed. Am i missed some settings?
here's the result preview of the printed report:
my application report:
previous application report:
The report using DotMatrix layout. I have drop TfrxDotMatrixExport. And also have tried to change font and layout for the print but still cannot achieve the same result.
Thank you for your help.
I'm rewriting my internal office application which developed using Delphi but I dont have previous source code. For application reporting, i'm using the same FastReport .fr3 file from previous developer. But when i tried to print it out, it print out with different font. The Fast Report Preview before printing already same, but different after printed. Am i missed some settings?
here's the result preview of the printed report:
my application report:
previous application report:
The report using DotMatrix layout. I have drop TfrxDotMatrixExport. And also have tried to change font and layout for the print but still cannot achieve the same result.
Thank you for your help.
Comments
My Printer is Epson LQ-2180, so i used Epson Escape Command to set the font appear larger.
Here's my solution:
ESC ! n --> where n = 8 (Emphasized)
In Decimal would be #26#33#8
Thank you for the help.