Can you post a section of the code that is used to do the rendering?

Signature
Bob Powell [MVP]
Visual C#, System.Drawing
Ramuseco Limited .NET consulting
http://www.ramuseco.com
Find great Windows Forms articles in Windows Forms Tips and Tricks
http://www.bobpowell.net/tipstricks.htm
Answer those GDI+ questions with the GDI+ FAQ
http://www.bobpowell.net/faqmain.htm
All new articles provide code in C# and VB.NET.
Subscribe to the RSS feeds provided and never miss a new article.
> I have coded a class that uses the bitmap class to generate graphics from
> True Type fonts. I'm using it primarily to render 3 of 9 barcodes from a
[quoted text clipped - 20 lines]
> Thanks,
> Corey
Corey Ellsworth - 23 Feb 2007 21:57 GMT
Bob,
Thanks for the offer. We've figured it out. It was a Windows setting that
was anti-aliasing the barcode font, causing it to look "fuzzy". We found
and turned off the setting and now all the machines are working
consistently.
For anyone interested, this setting was accessed in Windows XP and 2003
Server by going to the Display Properties -> Appearance Tab -> Click the
Effects button and verify that the "Use the following method to smooth edges
of screen fonts:" setting is unchecked.
Corey
> Can you post a section of the code that is used to do the rendering?
>
[quoted text clipped - 22 lines]
>> Thanks,
>> Corey