<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.msdn.com/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>About the Fonts folder in Windows, Part 1 (aka What are we talking about?)</title><link>http://blogs.msdn.com/michkap/archive/2006/06/25/646701.aspx</link><description>When I first mentioned yesterday that I was going to be blathering about the Fonts folder for a bit, regular reader Rosyna commented : It'll be interesting. I know virtually nothing about the Windows fonts folder. Many people hate the Mac OS X's multiple</description><dc:language>en-US</dc:language><generator>CommunityServer 2.1 SP1 (Build: 61025.2)</generator><item><title>re: About the Fonts folder in Windows, Part 1 (aka What are we talking about?)</title><link>http://blogs.msdn.com/michkap/archive/2006/06/25/646701.aspx#646729</link><pubDate>Sun, 25 Jun 2006 21:54:54 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:646729</guid><dc:creator>Ben Cooke</dc:creator><description>Hmm. That answers my question quite nicely.&lt;br&gt;&lt;br&gt;However, it is a bit vague on one point: the documentation you've quoted refers to &amp;quot;The current session&amp;quot; but then goes on to say &amp;quot;when the system restarts&amp;quot;. My idea of &amp;quot;the current session&amp;quot; is the period between someone logging on and someone logging off, but from the mention of restarting I guess this really means that this setting lasts until the machine is shut down.&lt;br&gt;&lt;br&gt;This then leads me to wonder whether a non-admin user is able to write/run an app that calls AddFontResource and have that font available to all users until the system is rebooted. In particular, can I register a font called Tahoma which has stupid/offensive glyphs and have apps use that instead? Or does Windows protect existing named fonts from being masked by new registrations?&lt;br&gt;&lt;br&gt;(I notice that AddFontResourceEx can do what I would have expected AddFontResource to do -- it can register a font privately for use only by that application. Strangely, it also seems to have an option to bar all apps from &amp;quot;enumerating&amp;quot; the font, which I guess means it won't show up in the font list? I'm not seeing anywhere an option to register a font only for the current login session.&lt;br&gt;&lt;br&gt;Of course, I could try this stuff for myself. When I get a moment, I may write a little utility which can just add/remove arbitrary font files from disk, and which can be added to the list of actions on *.ttf files for quick, temporary installation of fonts.&lt;br&gt;</description></item><item><title>re: About the Fonts folder in Windows, Part 1 (aka What are we talking about?)</title><link>http://blogs.msdn.com/michkap/archive/2006/06/25/646701.aspx#646774</link><pubDate>Sun, 25 Jun 2006 23:16:41 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:646774</guid><dc:creator>Michael S. Kaplan</dc:creator><description>Hi Ben -- &lt;br&gt;&lt;br&gt;Actually, that &amp;quot;restart&amp;quot; text is from an older time when a restart was how the session was reset.&lt;br&gt;&lt;br&gt;In Vista, it is always the logon/logoff; in prior versions, it is just a new WindowStation, which means for example a TS logon will get the latest list rather than the one already there.&lt;br&gt;&lt;br&gt;AddFontResource cannot be used for provate fonts -- you have to use AddFontResourceEx.... :-)&lt;br&gt;&lt;br&gt;Other questions you raised including consequences of that last point!) will be covered in future posts.</description></item><item><title>re: About the Fonts folder in Windows, Part 1 (aka What are we talking about?)</title><link>http://blogs.msdn.com/michkap/archive/2006/06/25/646701.aspx#646777</link><pubDate>Sun, 25 Jun 2006 23:22:07 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:646777</guid><dc:creator>Rosyna</dc:creator><description>Very informative.&amp;#160;&lt;br&gt;&lt;br&gt;It's interesting that AddFontResoure/AddFontResourceEx doesn't automatically notify clients that the font list has changed. After all, by default, people are extremely lazy and when it comes to doing something, most people take the easiest way out. If you look at ATSActivateFontFromFileSpecification (&lt;a rel="nofollow" target="_new" href="http://developer.apple.com/documentation/Carbon/Reference/ATS/Reference/reference.html#//apple_ref/doc/c_ref/ATSFontActivateFromFileSpecification"&gt;http://developer.apple.com/documentation/Carbon/Reference/ATS/Reference/reference.html#//apple_ref/doc/c_ref/ATSFontActivateFromFileSpecification&lt;/a&gt;) it has the option for a flag,&amp;#160;kATSOptionFlagsDoNotNotify, which will supress the notification. I use this when I just need to get a string rendered in an image since I immediately deactivate the font after rendering. It is kind of weird that I have to use the same flags and everything when using RemoveFontResourceEx.&lt;br&gt;&lt;br&gt;What's really odd is this comment: &amp;quot;To add a font whose information comes from several resource files, point lpszFileName to a string with the file names separated by a | --for example, abcxxxxx.pfm | abcxxxxx.pfb.&amp;quot;&lt;br&gt;I'm not sure how I feel about shell folders personally. I think they can be useful but also make the operation significantly less &amp;quot;consistent&amp;quot; with the rest of the file browser UI.&lt;br&gt;&lt;br&gt;Hmm, I wonder which group I'm under.</description></item><item><title>re: About the Fonts folder in Windows, Part 1 (aka What are we talking about?)</title><link>http://blogs.msdn.com/michkap/archive/2006/06/25/646701.aspx#646852</link><pubDate>Mon, 26 Jun 2006 01:19:01 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:646852</guid><dc:creator>Anonymous</dc:creator><description>&amp;quot;for example you can install a font programatically by opening the Fonts folder in Explorer and simply copying the font file to the folder&amp;quot;&lt;br&gt;&lt;br&gt;That 'programatically' (sic) should be 'manually', right? :)</description></item><item><title>re: About the Fonts folder in Windows, Part 1 (aka What are we talking about?)</title><link>http://blogs.msdn.com/michkap/archive/2006/06/25/646701.aspx#646893</link><pubDate>Mon, 26 Jun 2006 02:49:03 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:646893</guid><dc:creator>Michael S. Kaplan</dc:creator><description>I actually meant programatically -- manually copying would be just like drag&amp;amp;drop in Explorer, but I was talking about how the folder, when opened, would have knowledge of things you did outisde of the Shell, such as programmatic copies....</description></item><item><title>re: About the Fonts folder in Windows, Part 1 (aka What are we talking about?)</title><link>http://blogs.msdn.com/michkap/archive/2006/06/25/646701.aspx#647407</link><pubDate>Mon, 26 Jun 2006 17:24:39 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:647407</guid><dc:creator>Centaur</dc:creator><description>&amp;gt; and it completely hides hidden files even if you have the &amp;quot;Hide &lt;br&gt;&amp;gt; protected operating system files&amp;quot; setting unchecked (which you &lt;br&gt;&amp;gt; would do as well if you saw what was in there!)&lt;br&gt;&lt;br&gt;No I wouldn’t. The user has requested that hidden files be visible to him, and his/her orders are not to be questioned. After all, none of these files are too special — there are the files representing bitmap fonts Fixedsys, Terminal, System, Courier, MS Serif, MS Sans Serif, Small Fonts, and Symbol; the Marlett truetype font; and the desktop.ini file which is responsible for all this “magic”. An experienced user deserves to see them.</description></item><item><title>re: About the Fonts folder in Windows, Part 1 (aka What are we talking about?)</title><link>http://blogs.msdn.com/michkap/archive/2006/06/25/646701.aspx#647640</link><pubDate>Mon, 26 Jun 2006 21:24:35 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:647640</guid><dc:creator>Michael S. Kaplan</dc:creator><description>Cenatur,&lt;br&gt;&lt;br&gt;The list there is a conceptual list of fonts -- thus even if there are separate files for the various code page and size varieties of the bitmap fonts or marlett, showing them in the Fonts folder would not actually help anyone (since the other versions are not USED in any way.&lt;br&gt;&lt;br&gt;What precisely is the functionalitgy you believe is missing?</description></item><item><title>re: About the Fonts folder in Windows, Part 1 (aka What are we talking about?)</title><link>http://blogs.msdn.com/michkap/archive/2006/06/25/646701.aspx#647655</link><pubDate>Mon, 26 Jun 2006 21:42:22 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:647655</guid><dc:creator>Mike</dc:creator><description>&amp;quot;session&amp;quot; has a specific meaning in Windowsese. &amp;nbsp;Nevertheless it's a bit hard to pin down. &amp;nbsp;Its mostly refers to a logged-in user. &amp;nbsp;So if both Alice and Bob are logged in they are in different sessions. &amp;nbsp;If Alice calls AddFontResource she will see the new font but Bob won't. &amp;nbsp;The whole concept gets a bit hazy because logging out and back in again does not necessarily create a new session on XP. &amp;nbsp;For Vista you always get a fresh session though.&lt;br&gt;&lt;br&gt;To be overly pedantic and start moving into the realm of irrelevent implementation details GDI does not read the info in the Fonts key in the registry. &amp;nbsp;USER does that and (essentially) calls AddFontResource on your behalf at session startup. &amp;nbsp;So to return to Alice &amp;amp; Bob, if Alice registers the font in the registry Bob still won't see it, but once he relogs it'll appear (assuming his session got recreated). &amp;nbsp;Interestingly, this happens even if Alice does *not* call AddFontResource. &amp;nbsp;This seperation between registering font and actually telling GDI to start using it can be confusing at times...</description></item><item><title>re: About the Fonts folder in Windows, Part 1 (aka What are we talking about?)</title><link>http://blogs.msdn.com/michkap/archive/2006/06/25/646701.aspx#648591</link><pubDate>Tue, 27 Jun 2006 18:55:13 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:648591</guid><dc:creator>Adam</dc:creator><description>I don't know about &amp;quot;deserves&amp;quot;, but as an experienced user who's checked the &amp;quot;Show all hidden files&amp;quot; box, if I browse to a directory in my file manager, I want to see the files in that directory.&lt;br&gt;&lt;br&gt;A file manager that does not do that one simple thing - the only thing it is meant to do - is broken.&lt;br&gt;&lt;br&gt;Look, if I really want to, I can just go to a command prompt, 'cd' to the correct directory and 'dir' it. But it's a pain in the behind, and the point of a GUI is to make things like browsing your filesystem *simpler*. Now you're just making it harder.&lt;br&gt;&lt;br&gt;Why do I want to look there? Maybe I'm just curious. Maybe it's because I want to figure out how Windows does things. Maybe I want to see the last-modified timestamp on a font file because some hypothetical virus can exploit a hypothetical recently-found buffer overrun in the font-rendering hinting parser (?) and hides itself in a .ttf file.&lt;br&gt;&lt;br&gt;It doesn't matter *why*. On my PC, that's *my* concern. But if I've checked the &amp;quot;show me all hidden files&amp;quot; box, then that's because *I want it to show me all the hidden files*.</description></item><item><title>re: About the Fonts folder in Windows, Part 1 (aka What are we talking about?)</title><link>http://blogs.msdn.com/michkap/archive/2006/06/25/646701.aspx#648658</link><pubDate>Tue, 27 Jun 2006 19:46:05 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:648658</guid><dc:creator>Michael S. Kaplan</dc:creator><description>Hi Adam, &lt;br&gt;&lt;br&gt;Well, that's just it -- a Shell extension is not just a file list. It is a virtualized view of the folder -- note how you do not get file names or extensions, either?&lt;br&gt;&lt;br&gt;Explorer is a file manager that supports virtualized views, and in many cases uses virtualized folders. Have you looked at &amp;quot;Temporary Internet Files&amp;quot; lately? :-)&lt;br&gt;&lt;br&gt;In any case, this particular folder has been around with the very functionality you are against for the last 10+ years and the last 10 versions of Windows. Has it truly made you want to uninstall the OS? I hope not!</description></item><item><title>re: About the Fonts folder in Windows, Part 1 (aka What are we talking about?)</title><link>http://blogs.msdn.com/michkap/archive/2006/06/25/646701.aspx#649460</link><pubDate>Wed, 28 Jun 2006 11:26:26 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:649460</guid><dc:creator>Adam</dc:creator><description>Michael: Sorry to disappoint you, but I'm a Debian user these days :-0&lt;br&gt;&lt;br&gt;And when I use Windows, I generally turn off all the shell extensions that I can. I hate them.&lt;br&gt;&lt;br&gt;Look, if I go to the Control Panel and select &amp;quot;fonts&amp;quot;, then, sure, I expect to see a list of logical fonts installed on the system. Probably some toolbar/menu items for &amp;quot;install fonts&amp;quot;, &amp;quot;remove fonts&amp;quot;, etc... (if I have authorisation to do those actions). I don't care about the files used, or even if Explorer is used to display the list of fonts. But if navigate to a particular directory in a file manager, that's because I want to know what files are in it!&lt;br&gt;&lt;br&gt;(Sorry, this is starting to get really OT now, but I can't stop.... :)&lt;br&gt;&lt;br&gt;Same with temp internet files. If there's an IE button &amp;quot;show cache&amp;quot; then fine - show me whatever you think is appropriate. If I browse to the relevant directory in the filesystem with a file manager, show me what's on the filesystem.&lt;br&gt;&lt;br&gt;Ditto Recycle Bin. If I hit the &amp;quot;recycle bin&amp;quot; button on my desktop, launch whatever application is appropriate (including Explorer with some extenstion to give me &amp;quot;undelete&amp;quot; options or whatever). If I browse the filesystem to get there, *I want to know what's on the filesystem.*&lt;br&gt;&lt;br&gt;I just want Windows to stop thinking it knows better than me what I actually want to do, because it keeps getting it wrong! If it can't &amp;quot;Do What I Mean&amp;quot; (DWIM) there should just be a button to make it &amp;quot;Do What I Tell You, No Matter How Crazy It Sounds&amp;quot; (priveliges permitting).&lt;br&gt;</description></item><item><title>re: About the Fonts folder in Windows, Part 1 (aka What are we talking about?)</title><link>http://blogs.msdn.com/michkap/archive/2006/06/25/646701.aspx#649549</link><pubDate>Wed, 28 Jun 2006 14:25:58 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:649549</guid><dc:creator>Michael S. Kaplan</dc:creator><description>&lt;EM&gt;Michael: Sorry to disappoint you, but I'm a Debian user these days :-0 &lt;/EM&gt;&lt;BR&gt;&lt;BR&gt;Ah, then the command line should be something familiar.... &lt;BR&gt;&lt;BR&gt;(Sorry, couldn't resist!)</description></item><item><title>re: About the Fonts folder in Windows, Part 1 (aka What are we talking about?)</title><link>http://blogs.msdn.com/michkap/archive/2006/06/25/646701.aspx#650139</link><pubDate>Thu, 29 Jun 2006 01:23:54 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:650139</guid><dc:creator>Adam</dc:creator><description>:-)&lt;br&gt;</description></item><item><title>About the Fonts folder in Windows, Part 2 (aka Adding Fonts)</title><link>http://blogs.msdn.com/michkap/archive/2006/06/25/646701.aspx#654167</link><pubDate>Sun, 02 Jul 2006 10:07:06 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:654167</guid><dc:creator>Sorting It All Out</dc:creator><description>You may have read the first post I wrote about this, titled About the Fonts folder in Windows, Part 1...</description></item><item><title>re: About the Fonts folder in Windows, Part 1 (aka What are we talking about?)</title><link>http://blogs.msdn.com/michkap/archive/2006/06/25/646701.aspx#655202</link><pubDate>Mon, 03 Jul 2006 15:57:36 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:655202</guid><dc:creator>John Elliott</dc:creator><description>@Adam: In the good old days, if you suspected Explorer was lying to you then you could look at the same directory with Winfile. But for some reason Winfile doesn't get distributed with Windows these days.&lt;br&gt;</description></item><item><title>re: About the Fonts folder in Windows, Part 1 (aka What are we talking about?)</title><link>http://blogs.msdn.com/michkap/archive/2006/06/25/646701.aspx#655281</link><pubDate>Mon, 03 Jul 2006 17:43:41 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:655281</guid><dc:creator>Centaur</dc:creator><description>&amp;gt; What precisely is the functionalitgy you believe is missing?&lt;br&gt;&lt;br&gt;I believe there should be separate views for Control Panel | Fonts and C:\WINDOWS\Fonts (and the same goes for Temporary Internet Files, Recycle Bin and other magical places). Alternatively, there could be a “Show files” link, like in the views for Windows and Program Files directories.&lt;br&gt;&lt;br&gt;I believe that a file manager must show the file system “as is”, with clear indications when something is not what it seems to be — like ftp servers and archive files. I believe that the decision to hide file extensions by default in Windows 95 was a grave mistake which brought about millions of users who don’t know when it’s safe to open a file that came from an untrusted source. I believe users should strive to understand their computers better, and introducing magic makes it harder.&lt;br&gt;&lt;br&gt;This is one of the reasons I use an alternative file manager and only turn to Explorer for very specific needs.</description></item><item><title>Tech Link Listing - August 17, 2006</title><link>http://blogs.msdn.com/michkap/archive/2006/06/25/646701.aspx#704307</link><pubDate>Thu, 17 Aug 2006 17:58:20 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:704307</guid><dc:creator>Dan's Archive</dc:creator><description /></item><item><title>About the Fonts folder in Windows, Part 3 (aka What changes in Vista?)</title><link>http://blogs.msdn.com/michkap/archive/2006/06/25/646701.aspx#726382</link><pubDate>Sun, 27 Aug 2006 11:11:16 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:726382</guid><dc:creator>Sorting It All Out</dc:creator><description>&lt;br&gt;Previous posts in this series: &lt;br&gt;&lt;br&gt;About the Fonts folder in Windows, Part 1 (aka What are we talking...</description></item><item><title>There is no spoon^H^H^H^H^HGDI Font Cache</title><link>http://blogs.msdn.com/michkap/archive/2006/06/25/646701.aspx#2007546</link><pubDate>Sun, 01 Apr 2007 23:25:25 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:2007546</guid><dc:creator>Sorting It All Out</dc:creator><description>&lt;p&gt;People often talk about the &amp;quot;GDI Font Cache&amp;quot; as if it were a real entity. And those same people may explain&lt;/p&gt;
</description></item><item><title>On installing fonts</title><link>http://blogs.msdn.com/michkap/archive/2006/06/25/646701.aspx#2909958</link><pubDate>Sun, 27 May 2007 08:36:10 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:2909958</guid><dc:creator>Sorting It All Out</dc:creator><description>&lt;p&gt;Mihai Suba asked over in the Suggestion Box: Is there a way to make Windows aware of a font copied in&lt;/p&gt;
</description></item><item><title>Like a mattress tag, the rule is DO NOT REMOVE</title><link>http://blogs.msdn.com/michkap/archive/2006/06/25/646701.aspx#5938211</link><pubDate>Tue, 06 Nov 2007 18:37:53 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:5938211</guid><dc:creator>Sorting It All Out</dc:creator><description>&lt;p&gt;Allan provided me with my daily scare back in the end of September with a note to me via the Contact&lt;/p&gt;
</description></item><item><title>re: About the Fonts folder in Windows, Part 1 (aka What are we talking about?)</title><link>http://blogs.msdn.com/michkap/archive/2006/06/25/646701.aspx#7186564</link><pubDate>Mon, 21 Jan 2008 21:24:24 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:7186564</guid><dc:creator>Ricardo Cancho (Spain)</dc:creator><description>&lt;p&gt;Hi.&lt;/p&gt;
&lt;p&gt;My experience: RemoveFontResource() works only for font files instaled by the same program that performed AddFontResource(), and in the same session. If you'll try to use RemoveFontResource to go away an arbitrary font manually installed in C:\Windows\Fonts or installed with your own program, but after a rebooot, RemoveFontResource fails (the .ttf file is locked). So you can't write a full &amp;quot;Font Manager&amp;quot;, as I tried myself.&lt;/p&gt;
&lt;p&gt;The only way I found was: a) open C:\Windows\Font through with the explorer, b) use SendKeys to locate the font face plus style in the list c) use SendKeys {DEL} to delete (&amp;amp; unregister) the file, and d) use SendKeys %{F4} to close the explorer's window.&lt;/p&gt;
&lt;p&gt;Believe me, the result isn't a commercial piece of software at all.&lt;/p&gt;
&lt;p&gt;Yours.&lt;/p&gt;
&lt;p&gt;Ricardo Cancho.&lt;/p&gt;</description></item><item><title>Did UnC "My name is URL" on TV the other day? Fontastic!</title><link>http://blogs.msdn.com/michkap/archive/2006/06/25/646701.aspx#8329280</link><pubDate>Fri, 21 Mar 2008 17:06:23 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8329280</guid><dc:creator>Sorting it all Out</dc:creator><description>&lt;p&gt;Content of Michael Kaplan's personal blog not approved by Microsoft (see disclaimer )! Posts like this&lt;/p&gt;</description></item><item><title>About the Fonts folder in Windows, Part 5 (Nothing personal!)</title><link>http://blogs.msdn.com/michkap/archive/2006/06/25/646701.aspx#8992855</link><pubDate>Thu, 09 Oct 2008 17:01:44 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8992855</guid><dc:creator>Sorting it all Out</dc:creator><description>&lt;p&gt;A series is never so dead that it can't be revived for another run! Previous blogs in the series: Part&lt;/p&gt;
</description></item><item><title>re: About the Fonts folder in Windows, Part 1 (aka What are we talking about?)</title><link>http://blogs.msdn.com/michkap/archive/2006/06/25/646701.aspx#9140603</link><pubDate>Tue, 25 Nov 2008 07:51:35 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9140603</guid><dc:creator>kiers</dc:creator><description>&lt;p&gt;hmm...interesting. I understand what u said about &amp;quot;shell namespace extension&amp;quot; and how for THIS particular folder there are special handlers for copy cut paste etc.&lt;/p&gt;
&lt;p&gt;My problem: can I &amp;quot;move&amp;quot; via a junction poiint (parse point under NTFS) the c:\windows\fonts folder to D:\fonts for space saving reasons? &amp;nbsp;&lt;/p&gt;
&lt;p&gt;I copied all fonts under teh c: folder and pasted them to D: folder. however I noted the C; folder had 231 fonts inside, however right clicking on the c: fonts folder itself showed &amp;quot;363 files&amp;quot; !! at 436MB.&lt;/p&gt;
&lt;p&gt;whereas the pasted fonts folder in D: drive ONLY shows 231 &amp;quot;files&amp;quot; at 312MB!!!&lt;/p&gt;
&lt;p&gt;question: what's missing in the d: folder that the c: fonts folder has??? i don't want to empty the c: folder and apply the parsepoint till I am reconciled between c: and d: !!!&lt;/p&gt;
&lt;p&gt;any suggestions? am I kosher?&lt;/p&gt;</description></item><item><title>re: About the Fonts folder in Windows, Part 1 (aka What are we talking about?)</title><link>http://blogs.msdn.com/michkap/archive/2006/06/25/646701.aspx#9143161</link><pubDate>Wed, 26 Nov 2008 05:56:06 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9143161</guid><dc:creator>Michael S. Kaplan</dc:creator><description>&lt;p&gt;Many of the font files are marked system and hidden, it looks like you did not move those?&lt;/p&gt;</description></item></channel></rss>