diff options
Diffstat (limited to 'FontInfo.rgs')
-rw-r--r-- | FontInfo.rgs | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/FontInfo.rgs b/FontInfo.rgs new file mode 100644 index 0000000..c390f0e --- /dev/null +++ b/FontInfo.rgs @@ -0,0 +1,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'
+ }
+ }
+ }
+}
|