Results 1 to 8 of 8

Thread: [RESOLVED] Fonts in VB

  1. #1

    Thread Starter
    Hyperactive Member half flung pie's Avatar
    Join Date
    Jun 2005
    Location
    South Carolina, USA
    Posts
    317

    Resolved [RESOLVED] Fonts in VB

    I'm using a rare font for some of the labels in my program. Will this font be saved with the program? And if not, is there a way (other than using pictures) to keep my font with the program?

    Base 2
    Fcnncu"Nqxgu"Lguug##

  2. #2
    I'm about to be a PowerPoster! Hack's Avatar
    Join Date
    Aug 2001
    Location
    Searching for mendhak
    Posts
    58,333

    Re: Fonts in VB

    It should yes. Can you compile your app and run it on a test machine to verify this?

  3. #3

    Thread Starter
    Hyperactive Member half flung pie's Avatar
    Join Date
    Jun 2005
    Location
    South Carolina, USA
    Posts
    317

    Re: Fonts in VB

    I compiled it and tested it on my brother's laptop. (Win XP, in case that matters.) The font looked like it was converted to a standard font like Arial.

    Base 2
    Fcnncu"Nqxgu"Lguug##

  4. #4

    Thread Starter
    Hyperactive Member half flung pie's Avatar
    Join Date
    Jun 2005
    Location
    South Carolina, USA
    Posts
    317

    Re: Fonts in VB

    Maybe I should add that this is a font I made and isn't on anyone else's computer

    Base 2
    Fcnncu"Nqxgu"Lguug##

  5. #5
    I'm about to be a PowerPoster! Hack's Avatar
    Join Date
    Aug 2001
    Location
    Searching for mendhak
    Posts
    58,333

    Re: Fonts in VB

    Quote Originally Posted by half flung pie
    Maybe I should add that this is a font I made and isn't on anyone else's computer
    In that case, I think you will probably have to install it on each machine that will run your app.

    For the moment, just install it on your brother's laptop, run your app, and see what happens.

  6. #6
    Fanatic Member Blade's Avatar
    Join Date
    Jan 1999
    Location
    Stoke-on-Trent, UK
    Posts
    527

    Re: Fonts in VB

    The font won't get compiled with the app. You'll have to create an install package for the app and include the font with that.

  7. #7

    Thread Starter
    Hyperactive Member half flung pie's Avatar
    Join Date
    Jun 2005
    Location
    South Carolina, USA
    Posts
    317

    Re: Fonts in VB

    I installed the font on his machine, it works that way. I was hoping for a way that my program could be run from a disk with no installing of anything though. I would use a picture instead of the font, but the text is dynamic :-(

    Base 2
    Fcnncu"Nqxgu"Lguug##

  8. #8
    I'm about to be a PowerPoster! Hack's Avatar
    Join Date
    Aug 2001
    Location
    Searching for mendhak
    Posts
    58,333

    Re: Fonts in VB

    A setup and installation package can be run from a CD, and it would take care of installing all the stuff that you need installed.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width