Mr.J!M Posted August 12, 2004 Posted August 12, 2004 In your CD create a folder$OEM$\$$\Fonts\YOURFONT.TTFthis will copy all your fonts into %WINDIR%\Fonts\
Alanoll Posted August 12, 2004 Posted August 12, 2004 that's not all you have to do...You either have to find a way to open the FOnts folder and close it, or you have to import some registry entries when copying. Otherwise Windows won't know there are fonts.
jrzycrim Posted August 12, 2004 Posted August 12, 2004 Along with placing the font in the Fonts directory, you have to add your font here:[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Fonts]"Font Name"="Font file"I think you can even add fonts that reside some place other than the fonts directory if you give a full path to the file.
MCT Posted August 12, 2004 Posted August 12, 2004 personally i like 2 use INNO setup & that way they are compressed & u can install 1000's of fonts with 1 switch
nolookingca Posted August 12, 2004 Posted August 12, 2004 Along with placing the font in the Fonts directory, you have to add your font here:[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Fonts]"Font Name"="Font file"I think you can even add fonts that reside some place other than the fonts directory if you give a full path to the file.so for "font file" do I put the name of the font or the name of the ttf file?
benners Posted August 13, 2004 Posted August 13, 2004 For font file put the name of the font i.e [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Fonts]"Arial Bold Italic (TrueType)"="ARIALBI.TTF"
Bâshrat the Sneaky Posted August 14, 2004 Posted August 14, 2004 Thank you guys, never thought of adding some cool fonts!
Beutju Posted August 16, 2004 Posted August 16, 2004 and how can i get the winXP installer to add the registry information into the registry?thxBeutju
Bâshrat the Sneaky Posted August 16, 2004 Posted August 16, 2004 and how can i get the winXP installer to add the registry information into the registry?thxBeutjunolookingca told you what to do! Add those reg entries and it will work. (use cmdlines.txt)
nolookingca Posted August 19, 2004 Posted August 19, 2004 Actually, I believe the original code was by jrzycrim
glent Posted August 25, 2004 Posted August 25, 2004 personally i like 2 use INNO setup & that way they are compressed & u can install 1000's of fonts with 1 switch Hi could i have soem more info on this please thnak you
j4ever Posted August 25, 2004 Posted August 25, 2004 do u need that regestry setting for every font you put in the $OEM$ $$ Fonts folder?or is that setting specific to the people that want a certain font as their default font?
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now