summaryrefslogtreecommitdiff
path: root/FontInfo.rgs
blob: c390f0e80167bea0c7bfc726ce31b2d2390f5949 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
HKCR
{
	FontInfo.FontInfo.1 = s 'FontInfo Class'
	{
		CLSID = s '{F6CC491E-26B2-11D1-ACED-204C4F4F5020}'
	}
	FontInfo.FontInfo = s 'FontInfo Class'
	{
		CurVer = s 'FontInfo.FontInfo.1'
	}
	NoRemove CLSID
	{
		ForceRemove {F6CC491E-26B2-11D1-ACED-204C4F4F5020} = s 'FontInfo Class'
		{
			ProgID = s 'FontInfo.FontInfo.1'
			VersionIndependentProgID = s 'FontInfo.FontInfo'
			ForceRemove 'Programmable'
			InprocServer32 = s '%MODULE%'
			{
				val ThreadingModel = s 'Apartment'
			}
		}
	}
}