<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[Серый форум &mdash; AHK: Установка шрифтов windows через FileInstall]]></title>
	<link rel="self" href="https://forum.script-coding.com/extern.php?action=feed&amp;tid=13035&amp;type=atom" />
	<updated>2017-10-01T19:29:09Z</updated>
	<generator>PunBB</generator>
	<id>https://forum.script-coding.com/viewtopic.php?id=13035</id>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Установка шрифтов windows через FileInstall]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=119657#p119657" />
			<content type="html"><![CDATA[<p>Ответ на этот вопрос вы можете прочитать, поискав описание функции, которую вы привели, на msdn.</p>]]></content>
			<author>
				<name><![CDATA[Malcev]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=26930</uri>
			</author>
			<updated>2017-10-01T19:29:09Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=119657#p119657</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Установка шрифтов windows через FileInstall]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=119656#p119656" />
			<content type="html"><![CDATA[<p><strong>Malcev</strong>, разве использование шрифта не означает автоматическую его установку в систему? Банально откуда в системе возьмутся шрифты?</p>]]></content>
			<author>
				<name><![CDATA[belyankin12]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=34408</uri>
			</author>
			<updated>2017-10-01T19:23:37Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=119656#p119656</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Установка шрифтов windows через FileInstall]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=119654#p119654" />
			<content type="html"><![CDATA[<p><strong>belyankin12</strong>, а разве требовалось использовать шрифт не устанавливая его?</p>]]></content>
			<author>
				<name><![CDATA[Malcev]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=26930</uri>
			</author>
			<updated>2017-10-01T17:49:02Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=119654#p119654</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Установка шрифтов windows через FileInstall]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=119652#p119652" />
			<content type="html"><![CDATA[<p>Если в фоновом режиме то без понятия. А так может быть Run вам поможет.</p><p>UPD: нашел в интернете следующий код:<br /></p><div class="codebox"><pre><code>FontFile := &quot;TEST.TTF&quot;  ; указать путь к файлу со шрифтом
if !DllCall(&quot;AddFontResourceEx&quot;, Str, FontFile, UInt, FR_PRIVATE := 0x10, Ptr, 0)
{
   MsgBox, % &quot;Не удалось установить шрифт. Ошибка &quot; . A_LastError
   return
}</code></pre></div>]]></content>
			<author>
				<name><![CDATA[belyankin12]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=34408</uri>
			</author>
			<updated>2017-10-01T16:51:14Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=119652#p119652</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Установка шрифтов windows через FileInstall]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=119647#p119647" />
			<content type="html"><![CDATA[<p>Вы не подскажите как же всё таки установить? <strong>belyankin12</strong></p>]]></content>
			<author>
				<name><![CDATA[andrew.drob71]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=38787</uri>
			</author>
			<updated>2017-10-01T10:10:38Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=119647#p119647</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Установка шрифтов windows через FileInstall]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=119646#p119646" />
			<content type="html"><![CDATA[<p>Сначала почитайте про саму команду FileInstall.</p>]]></content>
			<author>
				<name><![CDATA[belyankin12]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=34408</uri>
			</author>
			<updated>2017-10-01T10:08:38Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=119646#p119646</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[AHK: Установка шрифтов windows через FileInstall]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=119645#p119645" />
			<content type="html"><![CDATA[<p>Доброго времени суток, помогите пожалуйста решить проблему нужно установить шрифт. <br />FileInstall, text.ttf, %A_WinDir%\Fonts\text.ttf<br />FileInstall, text.ttf, C:\Windows\Fonts\text.ttf<br />fileinstall,Roboto-Italic.ttf,Панель управления\Оформление и персонализация\Шрифты\Roboto-Italic.ttf<br />Не работает, может чем поможете?</p>]]></content>
			<author>
				<name><![CDATA[andrew.drob71]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=38787</uri>
			</author>
			<updated>2017-10-01T10:00:04Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=119645#p119645</id>
		</entry>
</feed>
