Categories: MSDN / DotNet / Java / Scripts / Linux / PHP Ask - La ask - La Answer

Packaging Fonts with App ...

WinXP/VB6Pro. I use 'Small fonts' and 'MS Sans Serif' fonts in my App, but noticed they are not default fonts included with all Windows OS.

Do I need to include the font files with my App Packaging and Deployment files (directing them to the Windows font directory) in order to avoid the use of default fonts in their place, or will VB auto handle this for me (since I think the fonts must have been installed on my system by VB)?

Any help much appreciated!

Shannon
[513 byte] By [Shannon] at [2007-11-11 10:20:33]
# 1 Re: Packaging Fonts with App ...
If u r sure that all fonts exist allready, so no need to include them, if they exists, and installed in the target system, including them will not make something in advance, it will re-install them only so I think that no need to include them in your package.
Amahdy at 2007-11-11 17:22:48 >
# 2 Re: Packaging Fonts with App ...
VB will look for the closest similar font that can be found, to match the one you asked for. if you are using special fonts it is your responsibility to include the font in the installation package.
mstraf at 2007-11-11 17:23:48 >
# 3 Re: Packaging Fonts with App ...
Great, thanks!
Shannon at 2007-11-11 17:24:47 >
# 4 Re: Packaging Fonts with App ...
Shannon: FYI, it is illegal to include copyrighted fonts (including Microsoft's) with your distribution unless you have the permission of the copyright holder.
Phil Weber at 2007-11-11 17:25:52 >
# 5 Re: Packaging Fonts with App ...
What if he is going to make a free app, and mention the copyright before the installation for example or in the credites ?

p.s. , please take a look here : http://forums.dev-archive.com/showthread.php?t=158826
I need it urgent . thanks.
Amahdy at 2007-11-11 17:26:51 >
# 6 Re: Packaging Fonts with App ...
Ack! Okay, I guess that makes sense. I didn't think of it as an issue when transferring from Windows to Windows, but ...

I guess I have some replacement work to do.

Thanks, Phil!
Shannon at 2007-11-11 17:27:50 >