I'm developing a program in vb.net. The problem is when i'm building an image using DrawString from Graphics and put it into a picturebox. The font i'm using is Free 3 of 9 for Code39 barcode coding. The code build using font style "Normal" is not readable from scanner, but it is readable when i use font style "Expanded".
Now the problem in vb.net is that i cannot select font styles different from: -Normal -Italic -Bold -Underlined -Strikeout
I tried everyone, but nothing happened. If you have a solution, please, write here.
Thank you.