|
-
Jul 8th, 2005, 12:57 PM
#1
Thread Starter
Hyperactive Member
[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##
-
Jul 8th, 2005, 01:00 PM
#2
Re: Fonts in VB
It should yes. Can you compile your app and run it on a test machine to verify this?
-
Jul 8th, 2005, 01:06 PM
#3
Thread Starter
Hyperactive Member
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##
-
Jul 8th, 2005, 01:06 PM
#4
Thread Starter
Hyperactive Member
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##
-
Jul 8th, 2005, 01:18 PM
#5
Re: Fonts in VB
 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.
-
Jul 8th, 2005, 01:19 PM
#6
Fanatic Member
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.
-
Jul 8th, 2005, 01:33 PM
#7
Thread Starter
Hyperactive Member
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##
-
Jul 8th, 2005, 01:34 PM
#8
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|