On 11/5/2013 3:09 PM, Joseph W. Joshua wrote:
> Hi, I have an Epson LX-300 II dot matrix printer. The printer prints ok
> on other software, but when I print from my Qt program, the character
> spacing is totally condensed. I have tried printing from other Qt
> software, e.g. QtCreator straight to the printer, with the same result.
> Other dot matrix printers print OK using the same code, except this
> particular one. As mentioned above, printing from other software such as
> word, notepad etc, the character spacing id ok.
>
> Any help appreciated.
> _______________________________________________
> Interest mailing list
> Interest@qt-project.org
> http://lists.qt-project.org/mailman/listinfo/interest
>
To answer myself,

I solved this by using QFont::stretch(). I don't know whether this is a 
bug or not, as it is replicated in all software made in Qt.

_______________________________________________
Interest mailing list
Interest@qt-project.org
http://lists.qt-project.org/mailman/listinfo/interest

Reply via email to