<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="ru">
	<id>https://rage.grandroleplay.ru/index.php?action=history&amp;feed=atom&amp;title=Label%3A%3Afont</id>
	<title>Label::font - История изменений</title>
	<link rel="self" type="application/atom+xml" href="https://rage.grandroleplay.ru/index.php?action=history&amp;feed=atom&amp;title=Label%3A%3Afont"/>
	<link rel="alternate" type="text/html" href="https://rage.grandroleplay.ru/index.php?title=Label::font&amp;action=history"/>
	<updated>2026-07-24T20:00:33Z</updated>
	<subtitle>История изменений этой страницы в вики</subtitle>
	<generator>MediaWiki 1.43.9</generator>
	<entry>
		<id>https://rage.grandroleplay.ru/index.php?title=Label::font&amp;diff=10607&amp;oldid=prev</id>
		<title>imported&gt;Rootcause в 12:34, 26 октября 2018</title>
		<link rel="alternate" type="text/html" href="https://rage.grandroleplay.ru/index.php?title=Label::font&amp;diff=10607&amp;oldid=prev"/>
		<updated>2018-10-26T12:34:00Z</updated>

		<summary type="html">&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;Новая страница&lt;/b&gt;&lt;/p&gt;&lt;div&gt;{{Shared}}&lt;br /&gt;
&lt;br /&gt;
Update the font type of the selected label&lt;br /&gt;
&lt;br /&gt;
== Syntax ==&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Number label.font&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
*&amp;#039;&amp;#039;&amp;#039;fontID&amp;#039;&amp;#039;&amp;#039; - {{RageType|Number}} ([[Fonts_and_Colors#DrawText_Fonts|Font Types]])&lt;br /&gt;
&lt;br /&gt;
== Examples ==&lt;br /&gt;
Updates the font of the label through the command /labelfont&lt;br /&gt;
&lt;br /&gt;
{{ServersideCode|&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
let startLabel = mp.labels.new(&amp;quot;Use /labelfont to update the font of this label.&amp;quot;, new mp.Vector3(-431.88, 1146.86, 327),&lt;br /&gt;
{&lt;br /&gt;
    los: false,&lt;br /&gt;
    font: 1,&lt;br /&gt;
    drawDistance: 100,&lt;br /&gt;
});&lt;br /&gt;
&lt;br /&gt;
mp.events.addCommand(&amp;quot;labelfont&amp;quot;, (player, _, fontID) =&amp;gt; {&lt;br /&gt;
    startLabel.font = parseInt(fontID);&lt;br /&gt;
    player.outputChatBox(`You have updated the font of the label to Font ID: ${fontID}`);&lt;br /&gt;
});&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
== See Also ==&lt;br /&gt;
{{Label_definition}}&lt;/div&gt;</summary>
		<author><name>imported&gt;Rootcause</name></author>
	</entry>
</feed>