I have the next line of code:
Font font = new Font("Free 3 of 9", barcodeSize, FontStyle.Regular, graphicsUnit);
The new created font object looks like this:
The "Free 3 of 9" font is installed on my computer and when I use this font it doesn't use the "Free 3 of 9" font name.
What is wrong here?