<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[Серый форум &mdash; AHK: Увеличить расстояние между строками в выводимой переменной]]></title>
	<link rel="self" href="https://forum.script-coding.com/extern.php?action=feed&amp;tid=15203&amp;type=atom" />
	<updated>2020-02-24T11:27:40Z</updated>
	<generator>PunBB</generator>
	<id>https://forum.script-coding.com/viewtopic.php?id=15203</id>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Увеличить расстояние между строками в выводимой переменной]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=137974#p137974" />
			<content type="html"><![CDATA[<p>Если вдруг знаете html, можно использовать ActiveX контрол WebBrowser:<br /></p><div class="codebox"><pre><code>text = Lorem ipsum dolor sit amet, consectetur adipisicing elit. Quia vero alias maxime velit in, similique fugit nesciunt! Consequatur, perferendis, sapiente. Possimus dolore, dolorum. Inventore ipsum sed doloribus delectus architecto laborum!

html =
(
&lt;!DOCTYPE html&gt;
&lt;head&gt;
   &lt;meta charset=&quot;UTF-8&quot;&gt;
   &lt;title&gt;Document&lt;/title&gt;
&lt;/head&gt;
&lt;body&gt;
   &lt;div style=&quot;font-family: calibri; font-size: 18px&quot;&gt;
      &lt;p style=&quot;line-height: 1.2em&quot;&gt;%text%&lt;/p&gt;
      &lt;p style=&quot;line-height: 2em&quot;&gt;%text%&lt;/p&gt;
   &lt;/div&gt;
&lt;/body&gt;
&lt;/html&gt;
)

Gui, Add, ActiveX, w500 h300 vWB, about:&lt;meta http-equiv=&quot;X-UA-Compatible&quot; content=&quot;IE=edge&quot;&gt;
WB.document.write(html)
Gui, Show
Return

GuiClose:
   ExitApp</code></pre></div>]]></content>
			<author>
				<name><![CDATA[teadrinker]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=24515</uri>
			</author>
			<updated>2020-02-24T11:27:40Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=137974#p137974</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Увеличить расстояние между строками в выводимой переменной]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=137973#p137973" />
			<content type="html"><![CDATA[<p>По-моему междустрочный интервал зависит от шрифта и его размера. То есть по-простому - никак.<br />Можно внедрить дополнительные переносы строки. Можно разбить один текстовый элемент на несколько отдельных, указав между ними интервал в пикселях (но у разных пользователей может быть указан разный шрифт в качестве системного).</p>]]></content>
			<author>
				<name><![CDATA[ypppu]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=5974</uri>
			</author>
			<updated>2020-02-24T10:27:42Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=137973#p137973</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[AHK: Увеличить расстояние между строками в выводимой переменной]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=137972#p137972" />
			<content type="html"><![CDATA[<p>Есть ли возможность увеличить расстояние между строками в gui окне ?<br />Есть переменная которая выводит текст в окно , текст в несколько строк .<br />Как увеличить расстояние между строками ?</p>]]></content>
			<author>
				<name><![CDATA[Anton.Badonov]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=40556</uri>
			</author>
			<updated>2020-02-24T10:02:49Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=137972#p137972</id>
		</entry>
</feed>
