<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.multitheftauto.com/wiki/PL/guiSetFont?action=history&amp;feed=atom</id>
	<title>PL/guiSetFont - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.multitheftauto.com/wiki/PL/guiSetFont?action=history&amp;feed=atom"/>
	<link rel="alternate" type="text/html" href="https://wiki.multitheftauto.com/index.php?title=PL/guiSetFont&amp;action=history"/>
	<updated>2026-06-16T17:05:22Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.39.3</generator>
	<entry>
		<id>https://wiki.multitheftauto.com/index.php?title=PL/guiSetFont&amp;diff=49478&amp;oldid=prev</id>
		<title>ThePiotrek: ThePiotrek moved page PL/GuiSetFont to PL/guiSetFont</title>
		<link rel="alternate" type="text/html" href="https://wiki.multitheftauto.com/index.php?title=PL/guiSetFont&amp;diff=49478&amp;oldid=prev"/>
		<updated>2016-10-10T15:52:04Z</updated>

		<summary type="html">&lt;p&gt;ThePiotrek moved page &lt;a href=&quot;/wiki/PL/GuiSetFont&quot; class=&quot;mw-redirect&quot; title=&quot;PL/GuiSetFont&quot;&gt;PL/GuiSetFont&lt;/a&gt; to &lt;a href=&quot;/wiki/PL/guiSetFont&quot; title=&quot;PL/guiSetFont&quot;&gt;PL/guiSetFont&lt;/a&gt;&lt;/p&gt;
&lt;table style=&quot;background-color: #fff; color: #202122;&quot; data-mw=&quot;interface&quot;&gt;
				&lt;col class=&quot;diff-marker&quot; /&gt;
				&lt;col class=&quot;diff-content&quot; /&gt;
				&lt;col class=&quot;diff-marker&quot; /&gt;
				&lt;col class=&quot;diff-content&quot; /&gt;
				&lt;tr class=&quot;diff-title&quot; lang=&quot;en&quot;&gt;
				&lt;td colspan=&quot;2&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;← Older revision&lt;/td&gt;
				&lt;td colspan=&quot;2&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;Revision as of 15:52, 10 October 2016&lt;/td&gt;
				&lt;/tr&gt;
&lt;!-- diff cache key wiki-wiki_dev_:diff::1.12:old-49476:rev-49478 --&gt;
&lt;/table&gt;</summary>
		<author><name>ThePiotrek</name></author>
	</entry>
	<entry>
		<id>https://wiki.multitheftauto.com/index.php?title=PL/guiSetFont&amp;diff=49476&amp;oldid=prev</id>
		<title>ThePiotrek: Created page with &quot;{{PL/Client function}} __NOTOC__ Ta funkcja ustawia czcionkę elementu GUI która zostanie użyta podczas rysowania tekstu.  ==Składnia==  &lt;syntaxhighlight la...&quot;</title>
		<link rel="alternate" type="text/html" href="https://wiki.multitheftauto.com/index.php?title=PL/guiSetFont&amp;diff=49476&amp;oldid=prev"/>
		<updated>2016-10-10T15:51:21Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;{{PL/Client function}} __NOTOC__ Ta funkcja ustawia czcionkę &lt;a href=&quot;/wiki/GUI_widgets&quot; title=&quot;GUI widgets&quot;&gt;elementu GUI&lt;/a&gt; która zostanie użyta podczas rysowania tekstu.  ==Składnia==  &amp;lt;syntaxhighlight la...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;{{PL/Client function}}&lt;br /&gt;
__NOTOC__&lt;br /&gt;
Ta funkcja ustawia czcionkę [[GUI_widgets|elementu GUI]] która zostanie użyta podczas rysowania tekstu.&lt;br /&gt;
&lt;br /&gt;
==Składnia== &lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;lua&amp;quot;&amp;gt;&lt;br /&gt;
bool guiSetFont ( element guiElement, mixed font )&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt; &lt;br /&gt;
&lt;br /&gt;
===Wymagane argumenty===&lt;br /&gt;
*'''guiElement:''' Element GUI którego czcionkę chcesz zmienić&lt;br /&gt;
*'''font:''' Element niestandardowej [GUI font|czcionki]] lub nazwa wbudowanej czcionki. Zajrzyj na [[Standard GUI Font Names]].&lt;br /&gt;
===Zwracane wartości===&lt;br /&gt;
Zwraca ''true'' jeśli poprawnie ustawiono czcionkę, w innym przypadku ''false''&lt;br /&gt;
&lt;br /&gt;
==Przykład== &lt;br /&gt;
Ten przykład ustawia i pobiera czcionkę po czym wyświetla jej nazwę na czacie.&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;lua&amp;quot;&amp;gt;&lt;br /&gt;
-- tworzymy etykietę z tekstem&lt;br /&gt;
local dummyGUIElement = guiCreateLabel ( 0.45, 0.48, 0.10, 0.04, &amp;quot;Hello world&amp;quot;, true )&lt;br /&gt;
guiSetFont ( dummyGUIElement, &amp;quot;sa-gothic&amp;quot; )&lt;br /&gt;
-- Wyświetlamy nazwę czcionki na czacie&lt;br /&gt;
outputChatBox ( &amp;quot;Czcionka użyta w etykiecie: &amp;quot; .. guiGetFont ( dummyGuiElement ) )&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Zobacz także==&lt;br /&gt;
{{GUI_functions}}&lt;br /&gt;
[[en:guiSetFont]]&lt;/div&gt;</summary>
		<author><name>ThePiotrek</name></author>
	</entry>
</feed>