<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en-GB">
	<id>https://wiki.crumbledworld.com/index.php?action=history&amp;feed=atom&amp;title=TextNode</id>
	<title>TextNode - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.crumbledworld.com/index.php?action=history&amp;feed=atom&amp;title=TextNode"/>
	<link rel="alternate" type="text/html" href="https://wiki.crumbledworld.com/index.php?title=TextNode&amp;action=history"/>
	<updated>2026-04-22T01:52:59Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.41.4</generator>
	<entry>
		<id>https://wiki.crumbledworld.com/index.php?title=TextNode&amp;diff=90&amp;oldid=prev</id>
		<title>Anders: Created page with &quot;{{:TextNodeExampleCode}}  ==Inheritance== Render2DNode  ==Constructor== {| class=&quot;wikitable&quot; !|function !|description |- |TextNode() | |- |}  ==Functions== {| class=&quot;wikitable&quot; !|return !|function !|description |- |Vec2 |getTextSize() | |- | |setAnchor(Anchor anchor) | |- | |setAlignment(Alignment alignment) |Set text height in pixel. |- | |Te...&quot;</title>
		<link rel="alternate" type="text/html" href="https://wiki.crumbledworld.com/index.php?title=TextNode&amp;diff=90&amp;oldid=prev"/>
		<updated>2025-07-05T14:17:49Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;{{:TextNodeExampleCode}}  ==Inheritance== &lt;a href=&quot;/index.php/Render2DNode&quot; title=&quot;Render2DNode&quot;&gt;Render2DNode&lt;/a&gt;  ==Constructor== {| class=&amp;quot;wikitable&amp;quot; !|function !|description |- |TextNode() | |- |}  ==Functions== {| class=&amp;quot;wikitable&amp;quot; !|return !|function !|description |- |&lt;a href=&quot;/index.php/Vec2&quot; title=&quot;Vec2&quot;&gt;Vec2&lt;/a&gt; |&lt;a href=&quot;/index.php?title=TextNode:getTextSize()&amp;amp;action=edit&amp;amp;redlink=1&quot; class=&quot;new&quot; title=&quot;TextNode:getTextSize() (page does not exist)&quot;&gt;getTextSize&lt;/a&gt;() | |- | |&lt;a href=&quot;/index.php?title=TextNode:setAnchor(Anchor_anchor)&amp;amp;action=edit&amp;amp;redlink=1&quot; class=&quot;new&quot; title=&quot;TextNode:setAnchor(Anchor anchor) (page does not exist)&quot;&gt;setAnchor&lt;/a&gt;(&lt;a href=&quot;/index.php/Anchor&quot; title=&quot;Anchor&quot;&gt;Anchor&lt;/a&gt; anchor) | |- | |&lt;a href=&quot;/index.php?title=TextNode:setAlignment(Alignment_alignment)&amp;amp;action=edit&amp;amp;redlink=1&quot; class=&quot;new&quot; title=&quot;TextNode:setAlignment(Alignment alignment) (page does not exist)&quot;&gt;setAlignment&lt;/a&gt;(&lt;a href=&quot;/index.php/Alignment&quot; title=&quot;Alignment&quot;&gt;Alignment&lt;/a&gt; alignment) |Set text height in pixel. |- | |Te...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;{{:TextNodeExampleCode}}&lt;br /&gt;
&lt;br /&gt;
==Inheritance==&lt;br /&gt;
[[Render2DNode]]&lt;br /&gt;
&lt;br /&gt;
==Constructor==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
!|function&lt;br /&gt;
!|description&lt;br /&gt;
|-&lt;br /&gt;
|TextNode()&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Functions==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
!|return&lt;br /&gt;
!|function&lt;br /&gt;
!|description&lt;br /&gt;
|-&lt;br /&gt;
|[[Vec2]]&lt;br /&gt;
|[[TextNode:getTextSize()|getTextSize]]()&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|[[TextNode:setAnchor(Anchor anchor)|setAnchor]]([[Anchor]] anchor)&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|[[TextNode:setAlignment(Alignment alignment)|setAlignment]]([[Alignment]] alignment)&lt;br /&gt;
|Set text height in pixel.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|[[TextNode:setTextHeight(float textHeight)|setTextHeight]](float textHeight)&lt;br /&gt;
|Set text height in pixel.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|[[TextNode:setParseText(bool parseText)|setParseText]](bool parseText)&lt;br /&gt;
|Set if tags should be parsed example: &amp;lt;b&amp;gt;bold text&amp;lt;/b&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|[[TextNode:setColor(Vec3 color)|setColor]]([[Vec3]] color)&lt;br /&gt;
|set text color&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|[[TextNode:setColor(Vec4 color)|setColor]]([[Vec4]] color)&lt;br /&gt;
|set text color&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|[[TextNode:setText(string text)|setText]]([[string]] text)&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|[[TextNode:setText(Text text)|setText]]([[Text]] text)&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|[[TextNode:setSize(Vec2 nodeSize)|setSize]]([[Vec2]] nodeSize)&lt;br /&gt;
|Text areas containment size in pixel.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|[[TextNode:setSize(Vec2i nodeSize)|setSize]]([[Vec2i]] nodeSize)&lt;br /&gt;
|Text areas containment size in pixel.&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Anders</name></author>
	</entry>
</feed>