Jump to content

Recommended Posts


Posted

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.

Posted

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.

Posted

personally i like 2 use INNO setup & that way they are compressed & u can install 1000's of fonts with 1 switch :)

Posted
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?

Posted

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"

Posted
personally i like 2 use INNO setup & that way they are compressed & u can install 1000's of fonts with 1 switch :P

Hi could i have soem more info on this please :thumbup

thnak you

Posted

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?

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...