Where are the physical font files stored?
up vote
26
down vote
favorite
When we go Control Panel >> Appearance and Personalization >> Fonts, the window shows a list of fonts currently installed on the system. We can copy those font files out (Ctrl-C) to a new location,
But where are the original physical font files stored?
Based on this thread, I'd thought that the files are stored in C:WindowsFont, but it seems to be a virtual folder, Specifically when I download TypeLight (runned the program as administrator) and tried to open the font files in C:WindowsFont, none are listed:
windows-7 windows
add a comment |
up vote
26
down vote
favorite
When we go Control Panel >> Appearance and Personalization >> Fonts, the window shows a list of fonts currently installed on the system. We can copy those font files out (Ctrl-C) to a new location,
But where are the original physical font files stored?
Based on this thread, I'd thought that the files are stored in C:WindowsFont, but it seems to be a virtual folder, Specifically when I download TypeLight (runned the program as administrator) and tried to open the font files in C:WindowsFont, none are listed:
windows-7 windows
add a comment |
up vote
26
down vote
favorite
up vote
26
down vote
favorite
When we go Control Panel >> Appearance and Personalization >> Fonts, the window shows a list of fonts currently installed on the system. We can copy those font files out (Ctrl-C) to a new location,
But where are the original physical font files stored?
Based on this thread, I'd thought that the files are stored in C:WindowsFont, but it seems to be a virtual folder, Specifically when I download TypeLight (runned the program as administrator) and tried to open the font files in C:WindowsFont, none are listed:
windows-7 windows
When we go Control Panel >> Appearance and Personalization >> Fonts, the window shows a list of fonts currently installed on the system. We can copy those font files out (Ctrl-C) to a new location,
But where are the original physical font files stored?
Based on this thread, I'd thought that the files are stored in C:WindowsFont, but it seems to be a virtual folder, Specifically when I download TypeLight (runned the program as administrator) and tried to open the font files in C:WindowsFont, none are listed:
windows-7 windows
windows-7 windows
edited Mar 20 '17 at 10:17
Community♦
1
1
asked Apr 2 '12 at 21:19
Pacerier
10.9k62152238
10.9k62152238
add a comment |
add a comment |
4 Answers
4
active
oldest
votes
up vote
22
down vote
accepted
They are stored in the Windows SxS cache, where hard links are created from. Here is an example (64b):
C:WindowsWinSxSamd64_microsoft-windows-f..truetype-arialblack_31bf3856ad364e35_6.2.8250.0_none_cd833951c51cc8e6
Searching C:WindowsWinSxS
for truetype-
will give all these folders, searching for *.ttf
or *.otf
will give all the font files that are stored in that folder. The reason your application doesn't see these files is because it doesn't support the aggregating approach the Control Panel uses. At best you can attempt to type the file name and get around...
For an overview, use dir %SYSTEMROOT%Fonts
.
The Link Shell Extension allows you to enumerate the hard links in the Link Properties
tab:
8
WinSxS only contains font files included with the operating system. Other font files, such as those installed by MS Office, will only be found in %SYSTEMROOT%Fonts.
– Harry Johnston
Apr 3 '12 at 1:13
2
@HarryJohnston: +1 Depends on how one interprets "original", but yeah, that would be true. In fact, hard links don't reside anywhere, they keep the file alive as long as there is a link to it. So, one could interpret the files being in%SYSTEMROOT%Fonts
too. But for system fonts, it makes more sense that they are first added to the WinSxS and then linked from there. In any case, enjoy the vote...
– Tom Wijsman
Apr 3 '12 at 6:48
> In fact, hard links don't reside anywhere.... @Tom I think you're thinking of the file referenced by the hard link. Which, since all files have at least 1 hard link, technically, no files "reside anywhere" [on a directory], but we tend to think of them that way more when there's only 1 hard link to a file. But the hard link is attached to each directory you find the file in and references the actual file itself, which resides anywhere it wants on the disk. We just don't tend to call them hard links when there's only 1 of them.
– GlennFromIowa
Mar 9 '17 at 23:04
add a comment |
up vote
14
down vote
C:WindowsFonts
is indeed where the font files are stored (assuming that c:windows is the operating system root, which is usually the case). You can double-check this by starting a command-line window (type cmd.exe in the Start Menu) and saying:
cd c:windowsfonts
dir
I suspect that TypeLight is misbehaving, perhaps because Fonts is considered a special folder by the Windows shell.
add a comment |
up vote
2
down vote
I know that this post is old but here's a trick that could help you retrieve your installed fonts files:
First, you need to have 7-zip installed. (It could work with WinRar, though).
Go to your fonts folder (C:WindowsFonts) and select the fonts you want to retrieve from the folder. As you have noticed, you cannot drag and drop or copy these files from there as you would from any other folder.
To circumvent this issue, select the fonts, right click them and create a 7z compressed file. Save the file anywhere but there (Downloads folder, perhaps?). Then go to your compressed file, extract your font files and tah dah! :)
EDIT
It seems you can drag & drop from the folder to get the files. At least in Windows 10 it is possible. I haven't tried in any other Windows version. ;)
I had this experience too (Windows 7 for me), where at first, I could not drag & drop files to the folder. Finally, I worked out that I could right click on the source file outside of the Fonts folder and select Install. When the install seemed to finish, but I didn't immediately see the font in the Fonts folder, I tried to drag & drop it again, and this time it displayed the Copy+ tag and was told it was already installed. Maybe it's a matter of not being able to drag & drop while the folder is still populating (which seemed to take several minutes!)?
– GlennFromIowa
Mar 9 '17 at 22:42
add a comment |
up vote
-2
down vote
The actual font files (not hard links) are stored in C:WindowsFonts -- unless a user has changed that default location.
As one person suggested, I opened a command prompt and typed in: DIR c:WindowsFonts
and hit enter
(the DIR means "show me a directory listing of all files that are stored in the following location").
Sure enough, there appeared a long list of files with the .ttf extension (stands for "true type font"). Those are in fact the actual files that contain all the font information. Some of these files as small as 63 kb... many more are 300 to 800 kb and some are even a megabyte or two in size. Files this size are not "hard links" -- they are real physical font files.
To confirm there was nothing mysterious going on, I physically moved some new font files into C:WindowsFonts and... guess what? When I opened up Word those new fonts appeared in the drop-down list, ready to use.
I was going to edit this to be less condescending... but I think I'll just flag it as unhelpful or something.
– Michael Frank
Apr 18 '15 at 1:07
I'd think this may actually be correct depending on the OS version.
– Pacerier
Apr 18 '15 at 11:49
3
A hard link is indistinguishable from a "real physical" file. In fact, all files are hard links - that's how NTFS works. The only question is whether a file has only the one hard link, or more than one.
– Harry Johnston
May 18 '15 at 1:47
add a comment |
4 Answers
4
active
oldest
votes
4 Answers
4
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
22
down vote
accepted
They are stored in the Windows SxS cache, where hard links are created from. Here is an example (64b):
C:WindowsWinSxSamd64_microsoft-windows-f..truetype-arialblack_31bf3856ad364e35_6.2.8250.0_none_cd833951c51cc8e6
Searching C:WindowsWinSxS
for truetype-
will give all these folders, searching for *.ttf
or *.otf
will give all the font files that are stored in that folder. The reason your application doesn't see these files is because it doesn't support the aggregating approach the Control Panel uses. At best you can attempt to type the file name and get around...
For an overview, use dir %SYSTEMROOT%Fonts
.
The Link Shell Extension allows you to enumerate the hard links in the Link Properties
tab:
8
WinSxS only contains font files included with the operating system. Other font files, such as those installed by MS Office, will only be found in %SYSTEMROOT%Fonts.
– Harry Johnston
Apr 3 '12 at 1:13
2
@HarryJohnston: +1 Depends on how one interprets "original", but yeah, that would be true. In fact, hard links don't reside anywhere, they keep the file alive as long as there is a link to it. So, one could interpret the files being in%SYSTEMROOT%Fonts
too. But for system fonts, it makes more sense that they are first added to the WinSxS and then linked from there. In any case, enjoy the vote...
– Tom Wijsman
Apr 3 '12 at 6:48
> In fact, hard links don't reside anywhere.... @Tom I think you're thinking of the file referenced by the hard link. Which, since all files have at least 1 hard link, technically, no files "reside anywhere" [on a directory], but we tend to think of them that way more when there's only 1 hard link to a file. But the hard link is attached to each directory you find the file in and references the actual file itself, which resides anywhere it wants on the disk. We just don't tend to call them hard links when there's only 1 of them.
– GlennFromIowa
Mar 9 '17 at 23:04
add a comment |
up vote
22
down vote
accepted
They are stored in the Windows SxS cache, where hard links are created from. Here is an example (64b):
C:WindowsWinSxSamd64_microsoft-windows-f..truetype-arialblack_31bf3856ad364e35_6.2.8250.0_none_cd833951c51cc8e6
Searching C:WindowsWinSxS
for truetype-
will give all these folders, searching for *.ttf
or *.otf
will give all the font files that are stored in that folder. The reason your application doesn't see these files is because it doesn't support the aggregating approach the Control Panel uses. At best you can attempt to type the file name and get around...
For an overview, use dir %SYSTEMROOT%Fonts
.
The Link Shell Extension allows you to enumerate the hard links in the Link Properties
tab:
8
WinSxS only contains font files included with the operating system. Other font files, such as those installed by MS Office, will only be found in %SYSTEMROOT%Fonts.
– Harry Johnston
Apr 3 '12 at 1:13
2
@HarryJohnston: +1 Depends on how one interprets "original", but yeah, that would be true. In fact, hard links don't reside anywhere, they keep the file alive as long as there is a link to it. So, one could interpret the files being in%SYSTEMROOT%Fonts
too. But for system fonts, it makes more sense that they are first added to the WinSxS and then linked from there. In any case, enjoy the vote...
– Tom Wijsman
Apr 3 '12 at 6:48
> In fact, hard links don't reside anywhere.... @Tom I think you're thinking of the file referenced by the hard link. Which, since all files have at least 1 hard link, technically, no files "reside anywhere" [on a directory], but we tend to think of them that way more when there's only 1 hard link to a file. But the hard link is attached to each directory you find the file in and references the actual file itself, which resides anywhere it wants on the disk. We just don't tend to call them hard links when there's only 1 of them.
– GlennFromIowa
Mar 9 '17 at 23:04
add a comment |
up vote
22
down vote
accepted
up vote
22
down vote
accepted
They are stored in the Windows SxS cache, where hard links are created from. Here is an example (64b):
C:WindowsWinSxSamd64_microsoft-windows-f..truetype-arialblack_31bf3856ad364e35_6.2.8250.0_none_cd833951c51cc8e6
Searching C:WindowsWinSxS
for truetype-
will give all these folders, searching for *.ttf
or *.otf
will give all the font files that are stored in that folder. The reason your application doesn't see these files is because it doesn't support the aggregating approach the Control Panel uses. At best you can attempt to type the file name and get around...
For an overview, use dir %SYSTEMROOT%Fonts
.
The Link Shell Extension allows you to enumerate the hard links in the Link Properties
tab:
They are stored in the Windows SxS cache, where hard links are created from. Here is an example (64b):
C:WindowsWinSxSamd64_microsoft-windows-f..truetype-arialblack_31bf3856ad364e35_6.2.8250.0_none_cd833951c51cc8e6
Searching C:WindowsWinSxS
for truetype-
will give all these folders, searching for *.ttf
or *.otf
will give all the font files that are stored in that folder. The reason your application doesn't see these files is because it doesn't support the aggregating approach the Control Panel uses. At best you can attempt to type the file name and get around...
For an overview, use dir %SYSTEMROOT%Fonts
.
The Link Shell Extension allows you to enumerate the hard links in the Link Properties
tab:
edited Apr 2 '12 at 21:49
answered Apr 2 '12 at 21:44
Tom Wijsman
50k23164244
50k23164244
8
WinSxS only contains font files included with the operating system. Other font files, such as those installed by MS Office, will only be found in %SYSTEMROOT%Fonts.
– Harry Johnston
Apr 3 '12 at 1:13
2
@HarryJohnston: +1 Depends on how one interprets "original", but yeah, that would be true. In fact, hard links don't reside anywhere, they keep the file alive as long as there is a link to it. So, one could interpret the files being in%SYSTEMROOT%Fonts
too. But for system fonts, it makes more sense that they are first added to the WinSxS and then linked from there. In any case, enjoy the vote...
– Tom Wijsman
Apr 3 '12 at 6:48
> In fact, hard links don't reside anywhere.... @Tom I think you're thinking of the file referenced by the hard link. Which, since all files have at least 1 hard link, technically, no files "reside anywhere" [on a directory], but we tend to think of them that way more when there's only 1 hard link to a file. But the hard link is attached to each directory you find the file in and references the actual file itself, which resides anywhere it wants on the disk. We just don't tend to call them hard links when there's only 1 of them.
– GlennFromIowa
Mar 9 '17 at 23:04
add a comment |
8
WinSxS only contains font files included with the operating system. Other font files, such as those installed by MS Office, will only be found in %SYSTEMROOT%Fonts.
– Harry Johnston
Apr 3 '12 at 1:13
2
@HarryJohnston: +1 Depends on how one interprets "original", but yeah, that would be true. In fact, hard links don't reside anywhere, they keep the file alive as long as there is a link to it. So, one could interpret the files being in%SYSTEMROOT%Fonts
too. But for system fonts, it makes more sense that they are first added to the WinSxS and then linked from there. In any case, enjoy the vote...
– Tom Wijsman
Apr 3 '12 at 6:48
> In fact, hard links don't reside anywhere.... @Tom I think you're thinking of the file referenced by the hard link. Which, since all files have at least 1 hard link, technically, no files "reside anywhere" [on a directory], but we tend to think of them that way more when there's only 1 hard link to a file. But the hard link is attached to each directory you find the file in and references the actual file itself, which resides anywhere it wants on the disk. We just don't tend to call them hard links when there's only 1 of them.
– GlennFromIowa
Mar 9 '17 at 23:04
8
8
WinSxS only contains font files included with the operating system. Other font files, such as those installed by MS Office, will only be found in %SYSTEMROOT%Fonts.
– Harry Johnston
Apr 3 '12 at 1:13
WinSxS only contains font files included with the operating system. Other font files, such as those installed by MS Office, will only be found in %SYSTEMROOT%Fonts.
– Harry Johnston
Apr 3 '12 at 1:13
2
2
@HarryJohnston: +1 Depends on how one interprets "original", but yeah, that would be true. In fact, hard links don't reside anywhere, they keep the file alive as long as there is a link to it. So, one could interpret the files being in
%SYSTEMROOT%Fonts
too. But for system fonts, it makes more sense that they are first added to the WinSxS and then linked from there. In any case, enjoy the vote...– Tom Wijsman
Apr 3 '12 at 6:48
@HarryJohnston: +1 Depends on how one interprets "original", but yeah, that would be true. In fact, hard links don't reside anywhere, they keep the file alive as long as there is a link to it. So, one could interpret the files being in
%SYSTEMROOT%Fonts
too. But for system fonts, it makes more sense that they are first added to the WinSxS and then linked from there. In any case, enjoy the vote...– Tom Wijsman
Apr 3 '12 at 6:48
> In fact, hard links don't reside anywhere.... @Tom I think you're thinking of the file referenced by the hard link. Which, since all files have at least 1 hard link, technically, no files "reside anywhere" [on a directory], but we tend to think of them that way more when there's only 1 hard link to a file. But the hard link is attached to each directory you find the file in and references the actual file itself, which resides anywhere it wants on the disk. We just don't tend to call them hard links when there's only 1 of them.
– GlennFromIowa
Mar 9 '17 at 23:04
> In fact, hard links don't reside anywhere.... @Tom I think you're thinking of the file referenced by the hard link. Which, since all files have at least 1 hard link, technically, no files "reside anywhere" [on a directory], but we tend to think of them that way more when there's only 1 hard link to a file. But the hard link is attached to each directory you find the file in and references the actual file itself, which resides anywhere it wants on the disk. We just don't tend to call them hard links when there's only 1 of them.
– GlennFromIowa
Mar 9 '17 at 23:04
add a comment |
up vote
14
down vote
C:WindowsFonts
is indeed where the font files are stored (assuming that c:windows is the operating system root, which is usually the case). You can double-check this by starting a command-line window (type cmd.exe in the Start Menu) and saying:
cd c:windowsfonts
dir
I suspect that TypeLight is misbehaving, perhaps because Fonts is considered a special folder by the Windows shell.
add a comment |
up vote
14
down vote
C:WindowsFonts
is indeed where the font files are stored (assuming that c:windows is the operating system root, which is usually the case). You can double-check this by starting a command-line window (type cmd.exe in the Start Menu) and saying:
cd c:windowsfonts
dir
I suspect that TypeLight is misbehaving, perhaps because Fonts is considered a special folder by the Windows shell.
add a comment |
up vote
14
down vote
up vote
14
down vote
C:WindowsFonts
is indeed where the font files are stored (assuming that c:windows is the operating system root, which is usually the case). You can double-check this by starting a command-line window (type cmd.exe in the Start Menu) and saying:
cd c:windowsfonts
dir
I suspect that TypeLight is misbehaving, perhaps because Fonts is considered a special folder by the Windows shell.
C:WindowsFonts
is indeed where the font files are stored (assuming that c:windows is the operating system root, which is usually the case). You can double-check this by starting a command-line window (type cmd.exe in the Start Menu) and saying:
cd c:windowsfonts
dir
I suspect that TypeLight is misbehaving, perhaps because Fonts is considered a special folder by the Windows shell.
answered Apr 2 '12 at 21:44
Harry Johnston
4,38152248
4,38152248
add a comment |
add a comment |
up vote
2
down vote
I know that this post is old but here's a trick that could help you retrieve your installed fonts files:
First, you need to have 7-zip installed. (It could work with WinRar, though).
Go to your fonts folder (C:WindowsFonts) and select the fonts you want to retrieve from the folder. As you have noticed, you cannot drag and drop or copy these files from there as you would from any other folder.
To circumvent this issue, select the fonts, right click them and create a 7z compressed file. Save the file anywhere but there (Downloads folder, perhaps?). Then go to your compressed file, extract your font files and tah dah! :)
EDIT
It seems you can drag & drop from the folder to get the files. At least in Windows 10 it is possible. I haven't tried in any other Windows version. ;)
I had this experience too (Windows 7 for me), where at first, I could not drag & drop files to the folder. Finally, I worked out that I could right click on the source file outside of the Fonts folder and select Install. When the install seemed to finish, but I didn't immediately see the font in the Fonts folder, I tried to drag & drop it again, and this time it displayed the Copy+ tag and was told it was already installed. Maybe it's a matter of not being able to drag & drop while the folder is still populating (which seemed to take several minutes!)?
– GlennFromIowa
Mar 9 '17 at 22:42
add a comment |
up vote
2
down vote
I know that this post is old but here's a trick that could help you retrieve your installed fonts files:
First, you need to have 7-zip installed. (It could work with WinRar, though).
Go to your fonts folder (C:WindowsFonts) and select the fonts you want to retrieve from the folder. As you have noticed, you cannot drag and drop or copy these files from there as you would from any other folder.
To circumvent this issue, select the fonts, right click them and create a 7z compressed file. Save the file anywhere but there (Downloads folder, perhaps?). Then go to your compressed file, extract your font files and tah dah! :)
EDIT
It seems you can drag & drop from the folder to get the files. At least in Windows 10 it is possible. I haven't tried in any other Windows version. ;)
I had this experience too (Windows 7 for me), where at first, I could not drag & drop files to the folder. Finally, I worked out that I could right click on the source file outside of the Fonts folder and select Install. When the install seemed to finish, but I didn't immediately see the font in the Fonts folder, I tried to drag & drop it again, and this time it displayed the Copy+ tag and was told it was already installed. Maybe it's a matter of not being able to drag & drop while the folder is still populating (which seemed to take several minutes!)?
– GlennFromIowa
Mar 9 '17 at 22:42
add a comment |
up vote
2
down vote
up vote
2
down vote
I know that this post is old but here's a trick that could help you retrieve your installed fonts files:
First, you need to have 7-zip installed. (It could work with WinRar, though).
Go to your fonts folder (C:WindowsFonts) and select the fonts you want to retrieve from the folder. As you have noticed, you cannot drag and drop or copy these files from there as you would from any other folder.
To circumvent this issue, select the fonts, right click them and create a 7z compressed file. Save the file anywhere but there (Downloads folder, perhaps?). Then go to your compressed file, extract your font files and tah dah! :)
EDIT
It seems you can drag & drop from the folder to get the files. At least in Windows 10 it is possible. I haven't tried in any other Windows version. ;)
I know that this post is old but here's a trick that could help you retrieve your installed fonts files:
First, you need to have 7-zip installed. (It could work with WinRar, though).
Go to your fonts folder (C:WindowsFonts) and select the fonts you want to retrieve from the folder. As you have noticed, you cannot drag and drop or copy these files from there as you would from any other folder.
To circumvent this issue, select the fonts, right click them and create a 7z compressed file. Save the file anywhere but there (Downloads folder, perhaps?). Then go to your compressed file, extract your font files and tah dah! :)
EDIT
It seems you can drag & drop from the folder to get the files. At least in Windows 10 it is possible. I haven't tried in any other Windows version. ;)
answered Jun 28 '16 at 15:55
Alexander Nattfodd
311
311
I had this experience too (Windows 7 for me), where at first, I could not drag & drop files to the folder. Finally, I worked out that I could right click on the source file outside of the Fonts folder and select Install. When the install seemed to finish, but I didn't immediately see the font in the Fonts folder, I tried to drag & drop it again, and this time it displayed the Copy+ tag and was told it was already installed. Maybe it's a matter of not being able to drag & drop while the folder is still populating (which seemed to take several minutes!)?
– GlennFromIowa
Mar 9 '17 at 22:42
add a comment |
I had this experience too (Windows 7 for me), where at first, I could not drag & drop files to the folder. Finally, I worked out that I could right click on the source file outside of the Fonts folder and select Install. When the install seemed to finish, but I didn't immediately see the font in the Fonts folder, I tried to drag & drop it again, and this time it displayed the Copy+ tag and was told it was already installed. Maybe it's a matter of not being able to drag & drop while the folder is still populating (which seemed to take several minutes!)?
– GlennFromIowa
Mar 9 '17 at 22:42
I had this experience too (Windows 7 for me), where at first, I could not drag & drop files to the folder. Finally, I worked out that I could right click on the source file outside of the Fonts folder and select Install. When the install seemed to finish, but I didn't immediately see the font in the Fonts folder, I tried to drag & drop it again, and this time it displayed the Copy+ tag and was told it was already installed. Maybe it's a matter of not being able to drag & drop while the folder is still populating (which seemed to take several minutes!)?
– GlennFromIowa
Mar 9 '17 at 22:42
I had this experience too (Windows 7 for me), where at first, I could not drag & drop files to the folder. Finally, I worked out that I could right click on the source file outside of the Fonts folder and select Install. When the install seemed to finish, but I didn't immediately see the font in the Fonts folder, I tried to drag & drop it again, and this time it displayed the Copy+ tag and was told it was already installed. Maybe it's a matter of not being able to drag & drop while the folder is still populating (which seemed to take several minutes!)?
– GlennFromIowa
Mar 9 '17 at 22:42
add a comment |
up vote
-2
down vote
The actual font files (not hard links) are stored in C:WindowsFonts -- unless a user has changed that default location.
As one person suggested, I opened a command prompt and typed in: DIR c:WindowsFonts
and hit enter
(the DIR means "show me a directory listing of all files that are stored in the following location").
Sure enough, there appeared a long list of files with the .ttf extension (stands for "true type font"). Those are in fact the actual files that contain all the font information. Some of these files as small as 63 kb... many more are 300 to 800 kb and some are even a megabyte or two in size. Files this size are not "hard links" -- they are real physical font files.
To confirm there was nothing mysterious going on, I physically moved some new font files into C:WindowsFonts and... guess what? When I opened up Word those new fonts appeared in the drop-down list, ready to use.
I was going to edit this to be less condescending... but I think I'll just flag it as unhelpful or something.
– Michael Frank
Apr 18 '15 at 1:07
I'd think this may actually be correct depending on the OS version.
– Pacerier
Apr 18 '15 at 11:49
3
A hard link is indistinguishable from a "real physical" file. In fact, all files are hard links - that's how NTFS works. The only question is whether a file has only the one hard link, or more than one.
– Harry Johnston
May 18 '15 at 1:47
add a comment |
up vote
-2
down vote
The actual font files (not hard links) are stored in C:WindowsFonts -- unless a user has changed that default location.
As one person suggested, I opened a command prompt and typed in: DIR c:WindowsFonts
and hit enter
(the DIR means "show me a directory listing of all files that are stored in the following location").
Sure enough, there appeared a long list of files with the .ttf extension (stands for "true type font"). Those are in fact the actual files that contain all the font information. Some of these files as small as 63 kb... many more are 300 to 800 kb and some are even a megabyte or two in size. Files this size are not "hard links" -- they are real physical font files.
To confirm there was nothing mysterious going on, I physically moved some new font files into C:WindowsFonts and... guess what? When I opened up Word those new fonts appeared in the drop-down list, ready to use.
I was going to edit this to be less condescending... but I think I'll just flag it as unhelpful or something.
– Michael Frank
Apr 18 '15 at 1:07
I'd think this may actually be correct depending on the OS version.
– Pacerier
Apr 18 '15 at 11:49
3
A hard link is indistinguishable from a "real physical" file. In fact, all files are hard links - that's how NTFS works. The only question is whether a file has only the one hard link, or more than one.
– Harry Johnston
May 18 '15 at 1:47
add a comment |
up vote
-2
down vote
up vote
-2
down vote
The actual font files (not hard links) are stored in C:WindowsFonts -- unless a user has changed that default location.
As one person suggested, I opened a command prompt and typed in: DIR c:WindowsFonts
and hit enter
(the DIR means "show me a directory listing of all files that are stored in the following location").
Sure enough, there appeared a long list of files with the .ttf extension (stands for "true type font"). Those are in fact the actual files that contain all the font information. Some of these files as small as 63 kb... many more are 300 to 800 kb and some are even a megabyte or two in size. Files this size are not "hard links" -- they are real physical font files.
To confirm there was nothing mysterious going on, I physically moved some new font files into C:WindowsFonts and... guess what? When I opened up Word those new fonts appeared in the drop-down list, ready to use.
The actual font files (not hard links) are stored in C:WindowsFonts -- unless a user has changed that default location.
As one person suggested, I opened a command prompt and typed in: DIR c:WindowsFonts
and hit enter
(the DIR means "show me a directory listing of all files that are stored in the following location").
Sure enough, there appeared a long list of files with the .ttf extension (stands for "true type font"). Those are in fact the actual files that contain all the font information. Some of these files as small as 63 kb... many more are 300 to 800 kb and some are even a megabyte or two in size. Files this size are not "hard links" -- they are real physical font files.
To confirm there was nothing mysterious going on, I physically moved some new font files into C:WindowsFonts and... guess what? When I opened up Word those new fonts appeared in the drop-down list, ready to use.
edited Apr 18 '15 at 2:20
fixer1234
17.5k144381
17.5k144381
answered Apr 18 '15 at 0:01
J_R_S
71
71
I was going to edit this to be less condescending... but I think I'll just flag it as unhelpful or something.
– Michael Frank
Apr 18 '15 at 1:07
I'd think this may actually be correct depending on the OS version.
– Pacerier
Apr 18 '15 at 11:49
3
A hard link is indistinguishable from a "real physical" file. In fact, all files are hard links - that's how NTFS works. The only question is whether a file has only the one hard link, or more than one.
– Harry Johnston
May 18 '15 at 1:47
add a comment |
I was going to edit this to be less condescending... but I think I'll just flag it as unhelpful or something.
– Michael Frank
Apr 18 '15 at 1:07
I'd think this may actually be correct depending on the OS version.
– Pacerier
Apr 18 '15 at 11:49
3
A hard link is indistinguishable from a "real physical" file. In fact, all files are hard links - that's how NTFS works. The only question is whether a file has only the one hard link, or more than one.
– Harry Johnston
May 18 '15 at 1:47
I was going to edit this to be less condescending... but I think I'll just flag it as unhelpful or something.
– Michael Frank
Apr 18 '15 at 1:07
I was going to edit this to be less condescending... but I think I'll just flag it as unhelpful or something.
– Michael Frank
Apr 18 '15 at 1:07
I'd think this may actually be correct depending on the OS version.
– Pacerier
Apr 18 '15 at 11:49
I'd think this may actually be correct depending on the OS version.
– Pacerier
Apr 18 '15 at 11:49
3
3
A hard link is indistinguishable from a "real physical" file. In fact, all files are hard links - that's how NTFS works. The only question is whether a file has only the one hard link, or more than one.
– Harry Johnston
May 18 '15 at 1:47
A hard link is indistinguishable from a "real physical" file. In fact, all files are hard links - that's how NTFS works. The only question is whether a file has only the one hard link, or more than one.
– Harry Johnston
May 18 '15 at 1:47
add a comment |
Thanks for contributing an answer to Super User!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Some of your past answers have not been well-received, and you're in danger of being blocked from answering.
Please pay close attention to the following guidance:
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f407804%2fwhere-are-the-physical-font-files-stored%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown