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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top