Skip to main content

Search

Search

Zebra Driver - Device Line Substitution

Comments

2 comments

  • Avatar
    Permanently deleted user

    It won't work, because .NET does not use GDI for printing, it uses GDI+, which sends most commands as one big bitmap to the printer rather than sending line commands that the driver can understand.  If you use interop calls to call PatBlt, BitBlt, or StrokePath it should work, but this is very advanced and not something we can help you with in detail.

     

    (I'm actually surprised you're seeing Font Substitution work, in older versions of .NET that didn't work either.)

    0
  • Avatar
    Legacy Poster

    Hello,

     

    yes, WPF uses the GDI renderer. 

     

    But the Zebra and the Nice driver makes a Line Substitution but no Font Substitution !!!

     

    So, It's possible !?

    0

Please sign in to leave a comment.