Click to See Complete Forum and Search --> : install font code??
sanjuT
05-20-2003, 10:46 AM
i am not sure if javascript is used for this, or if it is even possible, but i want a link that would automatically install a font on a user's system.
I understand that for security reasons a dialog box will pop up to confirm the installation, at least i think so. this is fine. I just don't know how to make the font install correctly. when i make the link point to the font file, the download dialog box appears.
THANKS!!!!
Greelmo
05-20-2003, 11:42 AM
for that i believe you need a server side language... but i'm not positive... khalid, any ideas?
DaveSW
05-20-2003, 11:56 AM
Install the font properly or just enable a user to have a particular font for your web site? If it is just for your web site you want to investigate WEFT, see
http://www.microsoft.com/typography/web/embedding/default.htm
Dave
sanjuT
05-20-2003, 11:59 AM
what i mean is to have the font permanantly installed on their computer, so it can be used for different websites and programs.
...just offer the font as a download from your site
<a href="http://mysite.com/somefont.ttf">some font</a>
sanjuT
05-20-2003, 12:48 PM
i know i could do that, just wanted to know if it was possible to have it automatically installed as well.
...you could create a self-extracting .exe file for the font in many file-zipping programs. Set the destination folder for extraction to C:\WINDOWS\FONTS (on windows machines). The user would simply open the .exe and it will extract to the proper folder.
Font installed...
sanjuT
05-20-2003, 01:42 PM
thanks!
are those self extracting .exe programs avail. on the net? free?
...there are many out there, free...PKZIP, etc., but for legal distribution, you will need to register the program.
sanjuT
05-20-2003, 02:04 PM
i think the font wouls still need to be registered in the registry, not just placed in the Font folder.
Justin
05-20-2003, 03:06 PM
just drag/put in the font folded, i did that off a disk and it worked without registry
AdamBrill
05-20-2003, 04:21 PM
Using a self-extracting .exe is not a good idea. Most people will not run it because for all they know it could just as easily be a virus, not a font... ;)
DaveSW
05-21-2003, 06:32 AM
How about some text telling them to use right click and save target as, telling them that C:\WINDOWS\FONTS is the place to save it to?
sanjuT
05-21-2003, 03:17 PM
thanks, i guess i could do that.
it's just that someone here told me u cannot simply place the font file in the font directory, u need to take certain steps to correctly install them.