<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[Серый форум &mdash; AHK: Изменения размера текста в GUI]]></title>
	<link rel="self" href="https://forum.script-coding.com/extern.php?action=feed&amp;tid=17375&amp;type=atom" />
	<updated>2022-09-20T10:10:46Z</updated>
	<generator>PunBB</generator>
	<id>https://forum.script-coding.com/viewtopic.php?id=17375</id>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Изменения размера текста в GUI]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=154818#p154818" />
			<content type="html"><![CDATA[<p><strong>Clannad5</strong><br />Благодарю вас!</p>]]></content>
			<author>
				<name><![CDATA[jbn238]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=42492</uri>
			</author>
			<updated>2022-09-20T10:10:46Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=154818#p154818</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Изменения размера текста в GUI]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=154816#p154816" />
			<content type="html"><![CDATA[<p><strong>jbn238</strong></p><br /><div class="codebox"><pre><code>
Gui, add, text, vscore w200 h200,Hello
Gui, show
size=12
return


F1::
size +=2
Gui, Font, s%size%
GuiControl, Font, score

return


F2::
size -=2
Gui, Font, s%size%
GuiControl, Font, score
return
</code></pre></div><p><a href="https://www.autohotkey.com/board/topic/91768-control-and-control-change-font-size-in-an-ahk-gui/">источник.</a></p>]]></content>
			<author>
				<name><![CDATA[Clannad5]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=39853</uri>
			</author>
			<updated>2022-09-20T09:11:20Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=154816#p154816</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Изменения размера текста в GUI]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=154814#p154814" />
			<content type="html"><![CDATA[<p><strong>Clannad5</strong><br />Спасибо, а после создания, никак не изменить? Например, может с помощью GuiControl?</p>]]></content>
			<author>
				<name><![CDATA[jbn238]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=42492</uri>
			</author>
			<updated>2022-09-20T08:12:12Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=154814#p154814</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Изменения размера текста в GUI]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=154809#p154809" />
			<content type="html"><![CDATA[<p><strong>jbn238</strong><br /></p><div class="codebox"><pre><code>Gui, Font, s20
Gui, Add, Text, x353 y9 w100 h30 cred +Center +BackgroundTrans, Pick
Gui, Font, s13
Gui, Add, Text, x73 y69 w660 h30 cac05fa +Center +BackgroundTrans, 5555</code></pre></div>]]></content>
			<author>
				<name><![CDATA[Clannad5]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=39853</uri>
			</author>
			<updated>2022-09-20T00:56:00Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=154809#p154809</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[AHK: Изменения размера текста в GUI]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=154808#p154808" />
			<content type="html"><![CDATA[<p>Здравствуйте. У меня есть код, по стандарту я поставил размер шрифта = 20, но как мне сделать чтобы &quot;Pick&quot; был размером 20, а &quot;5555&quot; размером 13? Искал в интернете, сам пытался наугад как нибудь сделать, не получилось к сожалению, подскажите, пожалуйста.<br /></p><div class="codebox"><pre><code>
Gui, Font, s20
Gui, Add, Text, x353 y9 w100 h30 cred +Center +BackgroundTrans, Pick
Gui, Add, Text, x73 y69 w660 h30 cac05fa +Center +BackgroundTrans, 5555
</code></pre></div>]]></content>
			<author>
				<name><![CDATA[jbn238]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=42492</uri>
			</author>
			<updated>2022-09-19T21:39:49Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=154808#p154808</id>
		</entry>
</feed>
