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?
Printable View
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?
It should yes. Can you compile your app and run it on a test machine to verify this?
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.
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.Quote:
Originally Posted by half flung pie
For the moment, just install it on your brother's laptop, run your app, and see what happens.
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.
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 :-(
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.