B
bob
Hi,
Attempting to use ElfRing Code128ABhrf font to print barcode.
private FontFamily family = new FontFamily("Code128ABhrf"); //Fails
with ' Font not found'
private FontFamily family = new FontFamily("Arial"); //Works OK
The font is correctly installed as I can find it in the control panel
and Word uses it successfully.
I notice that it is not a TT Font.
Could this be part of the problem?
Thanks
Bob
Attempting to use ElfRing Code128ABhrf font to print barcode.
private FontFamily family = new FontFamily("Code128ABhrf"); //Fails
with ' Font not found'
private FontFamily family = new FontFamily("Arial"); //Works OK
The font is correctly installed as I can find it in the control panel
and Word uses it successfully.
I notice that it is not a TT Font.
Could this be part of the problem?
Thanks
Bob