<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[Серый форум &mdash; 1Cv7.7: автоматическая установка шрифта TrueType]]></title>
		<link>https://forum.script-coding.com/viewtopic.php?id=26</link>
		<atom:link href="https://forum.script-coding.com/extern.php?action=feed&amp;tid=26&amp;type=rss" rel="self" type="application/rss+xml" />
		<description><![CDATA[Недавние сообщения в теме «1Cv7.7: автоматическая установка шрифта TrueType».]]></description>
		<lastBuildDate>Sat, 08 Jul 2006 19:23:45 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[1Cv7.7: автоматическая установка шрифта TrueType]]></title>
			<link>https://forum.script-coding.com/viewtopic.php?pid=38#p38</link>
			<description><![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>]]></description>
			<author><![CDATA[null@example.com (The gray Cardinal)]]></author>
			<pubDate>Sat, 08 Jul 2006 19:23:45 +0000</pubDate>
			<guid>https://forum.script-coding.com/viewtopic.php?pid=38#p38</guid>
		</item>
	</channel>
</rss>
