Help with dot matrix report

edited 7:27AM in FastReport 3.0
Hi,

it's possible to change font size in a dot matrix report?
it's possible to change the size of row in report builder?

thanks in advance

Comments

  • diaswdiasw Germany
    edited 7:27AM
    Font size:
    set object property Font to 12, 15 or 17 cpi to true. in addition you can set the property "wide" to true.

    size of row:
    I don't think so. Try to send the coresponding ESCAPE-Commands (see printer's handbook):
    - create text object MyObject
    - enter event-procedure OnBeforePrint
    - set text-property of myobject to the Escape-Command (e.g. MyObject.Text := #12)

    hth
    Sascha






Leave a Comment