<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[Серый форум &mdash; 1Cv7.7: автоматическая установка шрифта TrueType]]></title>
	<link rel="self" href="https://forum.script-coding.com/extern.php?action=feed&amp;tid=26&amp;type=atom" />
	<updated>2006-07-08T19:23:45Z</updated>
	<generator>PunBB</generator>
	<id>https://forum.script-coding.com/viewtopic.php?id=26</id>
		<entry>
			<title type="html"><![CDATA[1Cv7.7: автоматическая установка шрифта TrueType]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=38#p38" />
			<content type="html"><![CDATA[<p>Потребуется библиотека dynwrap.dll: <a href="http://www.script-coding.com/dynwrap.html">http://www.script-coding.com/dynwrap.html</a><br /></p><div class="codebox"><pre><code>Wrapper = СоздатьОбъект(&quot;DynamicWrapper&quot;);
Wrapper.Register(&quot;GDI32.DLL&quot;, &quot;AddFontResource&quot;, &quot;i=s&quot;, &quot;f=s&quot;, &quot;r=l&quot;);
Wrapper.Register(&quot;USER32.DLL&quot;, &quot;SendMessage&quot;, &quot;i=llll&quot;, &quot;f=s&quot;, &quot;r=l&quot;);
WshShell = СоздатьОбъект(&quot;WScript.Shell&quot;);
ПутьШрифты = WshShell.SpecialFolders.Item(&quot;Fonts&quot;) + &quot;\&quot;;
Файл = &quot;tunga.ttf&quot;;
ФС.КопироватьФайл(&quot;C:\TEMP\&quot; + Файл, ПутьШрифты + Файл, 0);
Если Wrapper.AddFontResource(ПутьШрифты + Файл) &gt; 0 Тогда
    WshShell.RegWrite(&quot;HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Fonts\Tunga (TrueType)&quot;, &quot;tunga.ttf&quot;, &quot;REG_SZ&quot;);
    Wrapper.SendMessage(65535, 29, 0, 0);
КонецЕсли;</code></pre></div><p>Опубликовал <strong>Raven</strong>.</p>]]></content>
			<author>
				<name><![CDATA[The gray Cardinal]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=2</uri>
			</author>
			<updated>2006-07-08T19:23:45Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=38#p38</id>
		</entry>
</feed>
