<?xml version="1.0" encoding="utf-8"?>
<?xml-stylesheet type="text/css" href="http://fenixwiki.booleansoup.com/skins/common/feed.css?63"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
	<channel>
		<title>New fnt - Revision history</title>
		<link>http://fenixwiki.booleansoup.com/index.php?title=New_fnt&amp;action=history</link>
		<description>Revision history for this page on the wiki</description>
		<language>en</language>
		<generator>MediaWiki 1.10.1</generator>
		<lastBuildDate>Fri, 01 May 2026 08:08:41 GMT</lastBuildDate>
		<item>
			<title>Sandman at 15:04, 13 November 2007</title>
			<link>http://fenixwiki.booleansoup.com/index.php?title=New_fnt&amp;diff=3706&amp;oldid=prev</link>
			<description>&lt;p&gt;&lt;/p&gt;

			&lt;table border='0' width='98%' cellpadding='0' cellspacing='4' style=&quot;background-color: white;&quot;&gt;
			&lt;tr&gt;
				&lt;td colspan='2' width='50%' align='center' style=&quot;background-color: white;&quot;&gt;←Older revision&lt;/td&gt;
				&lt;td colspan='2' width='50%' align='center' style=&quot;background-color: white;&quot;&gt;Revision as of 15:04, 13 November 2007&lt;/td&gt;
			&lt;/tr&gt;
		&lt;tr&gt;&lt;td colspan=&quot;2&quot; align=&quot;left&quot;&gt;&lt;strong&gt;Line 6:&lt;/strong&gt;&lt;/td&gt;
&lt;td colspan=&quot;2&quot; align=&quot;left&quot;&gt;&lt;strong&gt;Line 6:&lt;/strong&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td&gt; &lt;/td&gt;&lt;td style=&quot;background: #eee; font-size: smaller;&quot;&gt;&lt;/td&gt;&lt;td&gt; &lt;/td&gt;&lt;td style=&quot;background: #eee; font-size: smaller;&quot;&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td&gt; &lt;/td&gt;&lt;td style=&quot;background: #eee; font-size: smaller;&quot;&gt;Creates a new [[font]] with a certain color depth.&lt;/td&gt;&lt;td&gt; &lt;/td&gt;&lt;td style=&quot;background: #eee; font-size: smaller;&quot;&gt;Creates a new [[font]] with a certain color depth.&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td colspan=&quot;2&quot;&gt;&amp;nbsp;&lt;/td&gt;&lt;td&gt;+&lt;/td&gt;&lt;td style=&quot;background: #cfc; font-size: smaller;&quot;&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td colspan=&quot;2&quot;&gt;&amp;nbsp;&lt;/td&gt;&lt;td&gt;+&lt;/td&gt;&lt;td style=&quot;background: #cfc; font-size: smaller;&quot;&gt;Also called '''fnt_new'''().&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td&gt; &lt;/td&gt;&lt;td style=&quot;background: #eee; font-size: smaller;&quot;&gt;&lt;/td&gt;&lt;td&gt; &lt;/td&gt;&lt;td style=&quot;background: #eee; font-size: smaller;&quot;&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td&gt; &lt;/td&gt;&lt;td style=&quot;background: #eee; font-size: smaller;&quot;&gt;== Parameters ==&lt;/td&gt;&lt;td&gt; &lt;/td&gt;&lt;td style=&quot;background: #eee; font-size: smaller;&quot;&gt;== Parameters ==&lt;/td&gt;&lt;/tr&gt;
&lt;/table&gt;</description>
			<pubDate>Tue, 13 Nov 2007 15:04:39 GMT</pubDate>			<dc:creator>Sandman</dc:creator>			<comments>http://fenixwiki.booleansoup.com/index.php/Talk:New_fnt</comments>		</item>
		<item>
			<title>Sandman: New page: Category:functions Category:fonts  == Definition == '''INT''' new_fnt ( &lt;'''INT''' depth&gt; )  Creates a new font with a certain color depth.  == Parameters == {| | '''STRING''' ...</title>
			<link>http://fenixwiki.booleansoup.com/index.php?title=New_fnt&amp;diff=3705&amp;oldid=prev</link>
			<description>&lt;p&gt;New page: &lt;a href=&quot;/index.php/Category:Functions&quot; title=&quot;Category:Functions&quot;&gt;Category:functions&lt;/a&gt; &lt;a href=&quot;/index.php/Category:Fonts&quot; title=&quot;Category:Fonts&quot;&gt;Category:fonts&lt;/a&gt;  == Definition == '''INT''' new_fnt ( &amp;lt;'''INT''' depth&amp;gt; )  Creates a new &lt;a href=&quot;/index.php/Font&quot; title=&quot;Font&quot;&gt;font&lt;/a&gt; with a certain color depth.  == Parameters == {| | '''STRING''' ...&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;[[Category:functions]]&lt;br /&gt;
[[Category:fonts]]&lt;br /&gt;
&lt;br /&gt;
== Definition ==&lt;br /&gt;
'''INT''' new_fnt ( &amp;lt;'''INT''' depth&amp;gt; )&lt;br /&gt;
&lt;br /&gt;
Creates a new [[font]] with a certain color depth.&lt;br /&gt;
&lt;br /&gt;
== Parameters ==&lt;br /&gt;
{|&lt;br /&gt;
| '''STRING''' depth || - The color depth of the [[glyph]]s of the font.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Returns ==&lt;br /&gt;
'''INT''' : [[FontID]]&lt;br /&gt;
{|&lt;br /&gt;
| -1 || - Error: could not create [[font]].&lt;br /&gt;
|-&lt;br /&gt;
| &amp;gt;=0 || - The FontID.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Errors ==&lt;br /&gt;
{|&lt;br /&gt;
| Insufficient memory || - There is insufficient memory available. This error doesn't occur often.&lt;br /&gt;
|-&lt;br /&gt;
| Too many fonts || - There are too many fonts loaded (255).&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{{Funcbox&lt;br /&gt;
| category=Fonts&lt;br /&gt;
}}&lt;/div&gt;</description>
			<pubDate>Tue, 13 Nov 2007 15:04:18 GMT</pubDate>			<dc:creator>Sandman</dc:creator>			<comments>http://fenixwiki.booleansoup.com/index.php/Talk:New_fnt</comments>		</item>
	</channel>
</rss>