font not found

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • bob

    font not found

    Hi,
    Attempting to use ElfRing Code128ABhrf font to print barcode.

    private FontFamily family = new FontFamily("Cod e128ABhrf"); //Fails
    with ' Font not found'

    private FontFamily family = new FontFamily("Ari al"); //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
  • bob

    #2
    Re: font not found

    Further Info,
    enumerated through the InstalledFontCo llection, 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



    On Fri, 18 May 2007 10:40:21 +1200, bob
    <startatbob_cle gg@cutthis.adri ley.co.nzwrote:
    >Hi,
    >Attempting to use ElfRing Code128ABhrf font to print barcode.
    >
    >private FontFamily family = new FontFamily("Cod e128ABhrf"); //Fails
    >with ' Font not found'
    >
    private FontFamily family = new FontFamily("Ari al"); //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

    Comment

    Working...