<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Handling Text in Isadora - adjusting spaces between lines]]></title><description><![CDATA[<p>Hello all,</p>
<p>I have 2 questions about text spacing. My objective is to create a lower third for speakers with their name and title. I've added some screenshots created in keynote to help illustrate what I'm trying to achieve.</p>
<p>1. Is there a way to make the line spacing go into the negative value? I would like to make the 2 Name lines closer<br /><br />2. In some cases the name is a little longer and would create a second line. Is there a method to automatically set the spacing of the "Title Text" to be of a certain distance if the "Name Text" is a single line or a double line?<br /><br />I have tried taking the text height value of the "Name Line" actor, putting through a calculator to add a "space" value to it. However, if the height value doubles, the spacing does not scale accordingly.</p>
<p><img src="/assets/uploads/files/1726718478810-screenshot-2024-09-19-at-12.01.09-pm-resized.png" style="cursor:pointer" /><img src="/assets/uploads/files/1726718478837-screenshot-2024-09-19-at-12.00.52-pm-resized.png" style="cursor:pointer" /></p>]]></description><link>https://community.troikatronix.com/topic/8989/handling-text-in-isadora-adjusting-spaces-between-lines</link><generator>RSS for Node</generator><lastBuildDate>Sun, 17 May 2026 12:28:56 GMT</lastBuildDate><atom:link href="https://community.troikatronix.com/topic/8989.rss" rel="self" type="application/rss+xml"/><pubDate>Thu, 19 Sep 2024 04:05:54 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Handling Text in Isadora - adjusting spaces between lines on Thu, 19 Sep 2024 22:02:29 GMT]]></title><description><![CDATA[<p><a class="plugin-mentions-user plugin-mentions-a" href="https://community.troikatronix.com/uid/4948">@tingkumajique</a> said:</p>
<blockquote>also wondering why the text output from Isadora looks a little jaggy and not clean even when the resolution is set to 1080P</blockquote>
<p> To add to Marks thoughts, do remember that in the screen captures shown the Preview Windows are scaled down from the target size. Text will look cleanest when rendered to the full stage output.</p>]]></description><link>https://community.troikatronix.com/post/54976</link><guid isPermaLink="true">https://community.troikatronix.com/post/54976</guid><dc:creator><![CDATA[DusX]]></dc:creator><pubDate>Thu, 19 Sep 2024 22:02:29 GMT</pubDate></item><item><title><![CDATA[Reply to Handling Text in Isadora - adjusting spaces between lines on Thu, 19 Sep 2024 19:48:41 GMT]]></title><description><![CDATA[<p><a class="plugin-mentions-user plugin-mentions-a" href="https://community.troikatronix.com/uid/4948">@tingkumajique</a> said:</p>
<blockquote>also wondering why the text output from Isadora looks a little jaggy and not clean even when the resolution is set to 1080P</blockquote>
<p> Try attaching a background color actor to the vid-gpu input of the text draw actor and see if that improves things. <br />Set the horz and vert sizes on the background colour actor to your stage size. You can set alpha in that actor to zero if you need to. <br />Should do the trick.<br /></p>]]></description><link>https://community.troikatronix.com/post/54974</link><guid isPermaLink="true">https://community.troikatronix.com/post/54974</guid><dc:creator><![CDATA[mark_m]]></dc:creator><pubDate>Thu, 19 Sep 2024 19:48:41 GMT</pubDate></item><item><title><![CDATA[Reply to Handling Text in Isadora - adjusting spaces between lines on Thu, 19 Sep 2024 18:45:56 GMT]]></title><description><![CDATA[<p><a class="plugin-mentions-user plugin-mentions-a" href="https://community.troikatronix.com/uid/4948">@tingkumajique</a></p><p>It looks like you are working in the right direction as far as having multiple Text Draw actors, and dynamically setting values between them. <br /><a class="plugin-mentions-user plugin-mentions-a" href="https://community.troikatronix.com/uid/1435">@Woland</a> 's user actors may be helpful as mentioned.</p><p>In Isadora 4, you could use Python to render Text to an image for overlay. Using PIL (and maybe adding FreeType) you could build up a dynamic template via code that would give you precise control. I believe you could get the position of the bottom edge of the first line, allowing you to move down if the first line wraps. (although the rather New position outputs of the Text Draw actor should allow the same)</p>]]></description><link>https://community.troikatronix.com/post/54973</link><guid isPermaLink="true">https://community.troikatronix.com/post/54973</guid><dc:creator><![CDATA[DusX]]></dc:creator><pubDate>Thu, 19 Sep 2024 18:45:56 GMT</pubDate></item><item><title><![CDATA[Reply to Handling Text in Isadora - adjusting spaces between lines on Thu, 19 Sep 2024 15:06:58 GMT]]></title><description><![CDATA[<p><a class="plugin-mentions-user plugin-mentions-a" href="https://community.troikatronix.com/uid/4948">@tingkumajique</a> said:</p>
<blockquote>Is there a method to automatically set the spacing of the "Title Text" to be of a certain distance if the "Name Text" is a single line or a double line?</blockquote>
<p>You'll need to make the logic yourself by measuring the character and word count of the incoming names and adjusting the vertical position and visibility of the lines of text beyond the first accordingly.</p>
<p>The Text Chopper actor and my User Actors for Character Count, Word Count, Text by Word, and some others I've attached in the file below should be helpful in doing this.</p>
<p><a href="/assets/uploads/files/1726758374288-javascript-text-user-actors-2023-12-08-3.2.6.izz">javascript-text-user-actors-2023-12-08-3.2.6.izz</a></p>]]></description><link>https://community.troikatronix.com/post/54967</link><guid isPermaLink="true">https://community.troikatronix.com/post/54967</guid><dc:creator><![CDATA[Woland]]></dc:creator><pubDate>Thu, 19 Sep 2024 15:06:58 GMT</pubDate></item><item><title><![CDATA[Reply to Handling Text in Isadora - adjusting spaces between lines on Thu, 19 Sep 2024 04:22:35 GMT]]></title><description><![CDATA[<p>This is what I have tried on my own... any help would be greatly appreciated!</p><p>Thanks!</p><p><br />*also wondering why the text output from Isadora looks a little jaggy and not clean even when the resolution is set to 1080P</p><img src="/assets/uploads/files/1726719704480-screenshot-2024-09-19-at-12.21.02-pm-resized.png" /><img src="/assets/uploads/files/1726719704698-screenshot-2024-09-19-at-12.20.47-pm-resized.png" />]]></description><link>https://community.troikatronix.com/post/54960</link><guid isPermaLink="true">https://community.troikatronix.com/post/54960</guid><dc:creator><![CDATA[tingkumajique]]></dc:creator><pubDate>Thu, 19 Sep 2024 04:22:35 GMT</pubDate></item></channel></rss>