<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[Серый форум &mdash; AHK: Увеличить расстояние между строками в выводимой переменной]]></title>
		<link>https://forum.script-coding.com/viewtopic.php?id=15203</link>
		<atom:link href="https://forum.script-coding.com/extern.php?action=feed&amp;tid=15203&amp;type=rss" rel="self" type="application/rss+xml" />
		<description><![CDATA[Недавние сообщения в теме «AHK: Увеличить расстояние между строками в выводимой переменной».]]></description>
		<lastBuildDate>Mon, 24 Feb 2020 11:27:40 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: AHK: Увеличить расстояние между строками в выводимой переменной]]></title>
			<link>https://forum.script-coding.com/viewtopic.php?pid=137974#p137974</link>
			<description><![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>]]></description>
			<author><![CDATA[null@example.com (teadrinker)]]></author>
			<pubDate>Mon, 24 Feb 2020 11:27:40 +0000</pubDate>
			<guid>https://forum.script-coding.com/viewtopic.php?pid=137974#p137974</guid>
		</item>
		<item>
			<title><![CDATA[Re: AHK: Увеличить расстояние между строками в выводимой переменной]]></title>
			<link>https://forum.script-coding.com/viewtopic.php?pid=137973#p137973</link>
			<description><![CDATA[<p>По-моему междустрочный интервал зависит от шрифта и его размера. То есть по-простому - никак.<br />Можно внедрить дополнительные переносы строки. Можно разбить один текстовый элемент на несколько отдельных, указав между ними интервал в пикселях (но у разных пользователей может быть указан разный шрифт в качестве системного).</p>]]></description>
			<author><![CDATA[null@example.com (ypppu)]]></author>
			<pubDate>Mon, 24 Feb 2020 10:27:42 +0000</pubDate>
			<guid>https://forum.script-coding.com/viewtopic.php?pid=137973#p137973</guid>
		</item>
		<item>
			<title><![CDATA[AHK: Увеличить расстояние между строками в выводимой переменной]]></title>
			<link>https://forum.script-coding.com/viewtopic.php?pid=137972#p137972</link>
			<description><![CDATA[<p>Есть ли возможность увеличить расстояние между строками в gui окне ?<br />Есть переменная которая выводит текст в окно , текст в несколько строк .<br />Как увеличить расстояние между строками ?</p>]]></description>
			<author><![CDATA[null@example.com (Anton.Badonov)]]></author>
			<pubDate>Mon, 24 Feb 2020 10:02:49 +0000</pubDate>
			<guid>https://forum.script-coding.com/viewtopic.php?pid=137972#p137972</guid>
		</item>
	</channel>
</rss>
