I'm currently printing to a variety of printer models/drivers using GDI, and whilst any font size changes etc don't show up on text only printers, they otherwise work fine with the same Graphics object.
However, I'm now looking to print images, but in this case I want to fall back to a different approach if the printer is a text only printer.
I had a look in the PrinterSettings class but unfortunately I found nothing that would indicate whether I was printing to a text-only or image capable printer.
Is there something else I can call to determine this?