font not found

  • Thread starter Thread starter bob
  • Start date Start date
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
 
Further Info,
enumerated through the InstalledFontCollection, the font was not
listed.
Enumerated the collection on the target machine and it is there.
So its looks like something to do with the font installation.
I'll dig deeper in this area.
Bob
 
Back
Top