Page 1 of 1

Using Printer Device Fonts (Courier 10 CPI / Draft) Instead of GDI for Faster Dot Matrix Printing

Posted: Mon Mar 09, 2026 6:18 am
by irfanr123
Hello,

I am currently using Stimulsoft Reports to generate and print reports through the browser. As far as I understand, Stimulsoft uses the GDI (Graphics Device Interface) approach when rendering and printing reports.

However, in my case I am working with dot matrix printers, and I would like to use printer device fonts such as:

* Courier 10 CPI
* Draft 10 CPI
* and other built-in printer fonts

The reason is that printing using these device fonts is significantly faster compared to printing through GDI rendering.

My question is:

Is there any way in Stimulsoft to design a report (MRT) that uses **printer device fonts directly**, instead of rendering everything through GDI?
Or is there any recommended approach to achieve **high-speed printing for dot matrix printers** when using Stimulsoft?

Any suggestions or best practices would be greatly appreciated.

Thank you.

Re: Using Printer Device Fonts (Courier 10 CPI / Draft) Instead of GDI for Faster Dot Matrix Printing

Posted: Mon Mar 09, 2026 12:22 pm
by Lech Kulikowski
Hello,

What product and version are you use?

Thank you.

Re: Using Printer Device Fonts (Courier 10 CPI / Draft) Instead of GDI for Faster Dot Matrix Printing

Posted: Tue Mar 10, 2026 9:08 am
by irfanr123
currently use "stimulsoft-reports-js": "^2024.3.6"

Re: Using Printer Device Fonts (Courier 10 CPI / Draft) Instead of GDI for Faster Dot Matrix Printing

Posted: Wed Mar 11, 2026 10:02 pm
by Lech Kulikowski
Hello,

The DOT-Matrix preview setting is available in the NET product. In the JS version, it is not available.

Thank you.

Re: Using Printer Device Fonts (Courier 10 CPI / Draft) Instead of GDI for Faster Dot Matrix Printing

Posted: Sat Mar 14, 2026 1:50 am
by irfanr123
Hi Lech, thank you for the confirmation.

I am a bit curious though, from a technical perspective: older technologies like VB6 could easily print in draft mode to dot matrix printers using device fonts long before the .NET framework even existed.

Looking forward to your advice.

Re: Using Printer Device Fonts (Courier 10 CPI / Draft) Instead of GDI for Faster Dot Matrix Printing

Posted: Mon Mar 16, 2026 11:10 pm
by Lech Kulikowski
Hello,

This is a limitation of browser printing.

Thank you.