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: my%20app%20report%20result.jpg

previous application report: previous%20app%20report%20result.jpg

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

  • gpigpi
    edited 10:37AM
    It seems some printer's settings was changed. Try to use TfrxDMPCommand to set printer's settings or play with TfrxDotMatrixExport.EscModel
  • edited 10:37AM
    I have found the solution, gpi answer is right, i have to used Escape command to the printer.
    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.

Leave a Comment