» Text (EX9)
This site relies heavily on Javascript. You should enable it if you want the full experience. Learn more.

Text (EX9)

Help Draws flat Text
Author vvvv group
Info This node comes with the addon pack. Get it here.

Here you are supposed to see an image (rendered with SVG) describing the pins of this node. However, this does not work with Internet Explorer. You may want to consider using another browser, like FireFox, Chrome, Safari or Opera that do support SVG.

Credits
Warnings
Bugs

related discussions

start a forum thread about this node

about Text (EX9)

this node uses ID3DXFont::DrawText to draw the text, which caches each character it has to draw in form of a texture. the size of the texture depends on the size of the text. the allocated memory of those cached textures will only be released by changing the type of the font or deleting the node. therefor be very careful when using utf-8 encoding and large text sizes as the cache will grow very fast which might lead to out of memory exceptions.

anonymous user login

Shoutbox

~2h ago

u7angel: @mediadog, make it a forum question.

~2h ago

u7angel: @mediadog, tty renderer ?

~4h ago

microdee: however non-conductive objects are invisible for this so the pencil and the sticks in the video are still a mysteries

~4h ago

microdee: hey i just found a possible solution behind leap's black magic http://www.quora.com/Leap-Motion/What-is-the-technology-behind-Leap-Motion

~5h ago

mediadog: @u7agel: red node, no connections; can' drag&drop into patch either - 27.2

~9h ago

christosk: Thanx Elliot! UnixPath worked fine :-)

~9h ago

elliotwoods: or 'unix path' (for forward slash). also custom deliminators are accepted on other pins

~9h ago

elliotwoods: @christosk : check for 'dos path'

~9h ago

christosk: What's the node to use in order to separate elements inside a string by using slashes? Separate doesn't give a Slash enumeration.