<?xml version="1.0" encoding="utf-8" ?><rss version="2.0" xml:base="https://code.coronalabs.com/taxonomy/term/1/all" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:foaf="http://xmlns.com/foaf/0.1/" xmlns:og="http://ogp.me/ns#" xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#" xmlns:sioc="http://rdfs.org/sioc/ns#" xmlns:sioct="http://rdfs.org/sioc/types#" xmlns:skos="http://www.w3.org/2004/02/skos/core#" xmlns:xsd="http://www.w3.org/2001/XMLSchema#">
  <channel>
    <title>text</title>
    <link>https://code.coronalabs.com/taxonomy/term/1/all</link>
    <description></description>
    <language>en</language>
     <atom:link href="https://code.coronalabs.com/taxonomy/term/1/all/feed" rel="self" type="application/rss+xml" />
      <item>
    <title>Outlined Text via Snapshots</title>
    <link>https://code.coronalabs.com/code/outlined-text-snapshots</link>
    <description>&lt;div class=&quot;field field-name-body field-type-text-with-summary field-label-hidden&quot;&gt;&lt;div class=&quot;field-items&quot;&gt;&lt;div class=&quot;field-item even&quot; property=&quot;content:encoded&quot;&gt;&lt;p&gt;Uses snapshots and text objects to make outlined text in the Corona SDK. Good performance since the outlines are only drawn when the text changes...&lt;/p&gt;
&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class=&quot;field field-name-field-nickname field-type-text field-label-inline clearfix&quot;&gt;&lt;div class=&quot;field-label&quot;&gt;Contributor:&amp;nbsp;&lt;/div&gt;&lt;div class=&quot;field-items&quot;&gt;&lt;div class=&quot;field-item even&quot;&gt;ponywolf&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;</description>
     <pubDate>Mon, 10 Aug 2015 19:17:17 +0000</pubDate>
 <dc:creator>ponywolf</dc:creator>
 <guid isPermaLink="false">185 at https://code.coronalabs.com</guid>
  </item>
  <item>
    <title>Corona Textrender</title>
    <link>https://code.coronalabs.com/code/corona-textrender</link>
    <description>&lt;div class=&quot;field field-name-body field-type-text-with-summary field-label-hidden&quot;&gt;&lt;div class=&quot;field-items&quot;&gt;&lt;div class=&quot;field-item even&quot; property=&quot;content:encoded&quot;&gt;&lt;p&gt;A pure-Lua text rendering module for Corona SDK which can handle basic HTML, fonts, font-styles, and even basic font metrics.&lt;/p&gt;
&lt;p&gt;This module renders text close to a proper desktop publishing program like Adobe InDesign. That means I can position text correctly on screen for books, etc.&lt;/p&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class=&quot;field field-name-field-nickname field-type-text field-label-inline clearfix&quot;&gt;&lt;div class=&quot;field-label&quot;&gt;Contributor:&amp;nbsp;&lt;/div&gt;&lt;div class=&quot;field-items&quot;&gt;&lt;div class=&quot;field-item even&quot;&gt;David Gross&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;</description>
     <pubDate>Thu, 09 Apr 2015 22:38:38 +0000</pubDate>
 <dc:creator>mimetic</dc:creator>
 <guid isPermaLink="false">173 at https://code.coronalabs.com</guid>
  </item>
  <item>
    <title>Code from Tutorial: Methods for Positioning Text</title>
    <link>https://code.coronalabs.com/code/code-tutorial-methods-positioning-text</link>
    <description>&lt;div class=&quot;field field-name-body field-type-text-with-summary field-label-hidden&quot;&gt;&lt;div class=&quot;field-items&quot;&gt;&lt;div class=&quot;field-item even&quot; property=&quot;content:encoded&quot;&gt;&lt;p&gt;Code from Tutorial: Methods for Positioning Text (&lt;a href=&quot;http://coronalabs.com/blog/2014/02/11/tutorial-methods-for-positioning-text/&quot;&gt;http://coronalabs.com/blog/2014/02/11/tutorial-methods-for-positioning-t...&lt;/a&gt;)&lt;/p&gt;
&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class=&quot;field field-name-field-nickname field-type-text field-label-inline clearfix&quot;&gt;&lt;div class=&quot;field-label&quot;&gt;Contributor:&amp;nbsp;&lt;/div&gt;&lt;div class=&quot;field-items&quot;&gt;&lt;div class=&quot;field-item even&quot;&gt;Rob Miracle&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;</description>
     <pubDate>Sun, 01 Feb 2015 23:50:34 +0000</pubDate>
 <dc:creator>Corona Rob</dc:creator>
 <guid isPermaLink="false">156 at https://code.coronalabs.com</guid>
  </item>
  <item>
    <title>MorphingLabel</title>
    <link>https://code.coronalabs.com/code/morphinglabel</link>
    <description>&lt;div class=&quot;field field-name-body field-type-text-with-summary field-label-hidden&quot;&gt;&lt;div class=&quot;field-items&quot;&gt;&lt;div class=&quot;field-item even&quot; property=&quot;content:encoded&quot;&gt;&lt;p&gt;MorphingLabel is a simple module to easily allow you to animate changing a label&#039;s text. It works by duplicating the text object and crossfading/scaling between the old and new text for a seamless look.&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://ky.is/corona/morph.gif&quot;&gt;Example morph gif&lt;/a&gt;&lt;/p&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class=&quot;field field-name-field-nickname field-type-text field-label-inline clearfix&quot;&gt;&lt;div class=&quot;field-label&quot;&gt;Contributor:&amp;nbsp;&lt;/div&gt;&lt;div class=&quot;field-items&quot;&gt;&lt;div class=&quot;field-item even&quot;&gt;Kyle Coburn&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;</description>
     <pubDate>Sat, 03 Jan 2015 02:03:33 +0000</pubDate>
 <dc:creator>Kyle Coburn</dc:creator>
 <guid isPermaLink="false">149 at https://code.coronalabs.com</guid>
  </item>
  <item>
    <title>Bitmap Font Library</title>
    <link>https://code.coronalabs.com/code/bitmap-font-library</link>
    <description>&lt;div class=&quot;field field-name-body field-type-text-with-summary field-label-hidden&quot;&gt;&lt;div class=&quot;field-items&quot;&gt;&lt;div class=&quot;field-item even&quot; property=&quot;content:encoded&quot;&gt;&lt;p&gt;Animate, draw, do pretty much anything with Bitmapped Fonts produced by programs like GlyphDesigner&lt;/p&gt;
&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class=&quot;field field-name-field-nickname field-type-text field-label-inline clearfix&quot;&gt;&lt;div class=&quot;field-label&quot;&gt;Contributor:&amp;nbsp;&lt;/div&gt;&lt;div class=&quot;field-items&quot;&gt;&lt;div class=&quot;field-item even&quot;&gt;PaulScottRobson&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;</description>
     <pubDate>Sun, 01 Jun 2014 09:30:46 +0000</pubDate>
 <dc:creator>paulscottrobson</dc:creator>
 <guid isPermaLink="false">116 at https://code.coronalabs.com</guid>
  </item>
  <item>
    <title>Corona module for displaying text and syncing audio narration to animated highlighting of the displayed text</title>
    <link>https://code.coronalabs.com/code/corona-module-displaying-text-and-syncing-audio-narration-animated-highlighting-displayed-text</link>
    <description>&lt;div class=&quot;field field-name-body field-type-text-with-summary field-label-hidden&quot;&gt;&lt;div class=&quot;field-items&quot;&gt;&lt;div class=&quot;field-item even&quot; property=&quot;content:encoded&quot;&gt;&lt;p&gt;syncSound.lua is a Corona SDK module to add audio/video narration functionality with a couple simple function calls. syncSound adds the following functionality:&lt;/p&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class=&quot;field field-name-field-nickname field-type-text field-label-inline clearfix&quot;&gt;&lt;div class=&quot;field-label&quot;&gt;Contributor:&amp;nbsp;&lt;/div&gt;&lt;div class=&quot;field-items&quot;&gt;&lt;div class=&quot;field-item even&quot;&gt;joey.defourneaux&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;</description>
     <pubDate>Thu, 15 May 2014 08:53:06 +0000</pubDate>
 <dc:creator>joey.defourneaux</dc:creator>
 <guid isPermaLink="false">109 at https://code.coronalabs.com</guid>
  </item>
  <item>
    <title>HTML styled text</title>
    <link>https://code.coronalabs.com/code/html-styled-text</link>
    <description>&lt;div class=&quot;field field-name-body field-type-text-with-summary field-label-hidden&quot;&gt;&lt;div class=&quot;field-items&quot;&gt;&lt;div class=&quot;field-item even&quot; property=&quot;content:encoded&quot;&gt;&lt;p&gt;A pure-Lua text-rendering module for Corona SDK which can handle basic HTML, fonts, font-styles, and even basic font metrics. It handles left/center/right justification, fonts, bold/italic/underline.&lt;br /&gt;
It also creates hyperlinks which can call actions. I use those to open websites, show graphics on the page, etc.&lt;/p&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class=&quot;field field-name-field-nickname field-type-text field-label-inline clearfix&quot;&gt;&lt;div class=&quot;field-label&quot;&gt;Contributor:&amp;nbsp;&lt;/div&gt;&lt;div class=&quot;field-items&quot;&gt;&lt;div class=&quot;field-item even&quot;&gt;David Gross&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;</description>
     <pubDate>Fri, 09 May 2014 04:07:07 +0000</pubDate>
 <dc:creator>Anonymous</dc:creator>
 <guid isPermaLink="false">105 at https://code.coronalabs.com</guid>
  </item>
  <item>
    <title>Perfect Vertical Text Alignment Across Devices</title>
    <link>https://code.coronalabs.com/code/perfect-vertical-text-alignment-across-devices</link>
    <description>&lt;div class=&quot;field field-name-body field-type-text-with-summary field-label-hidden&quot;&gt;&lt;div class=&quot;field-items&quot;&gt;&lt;div class=&quot;field-item even&quot; property=&quot;content:encoded&quot;&gt;&lt;p&gt;By measuring the total font height and where the actual text is visible from top and bottom, you can get the percentage offset required to get perfect placement. Because it&#039;s different in the Corona Simulator, Android, and iOS, you need to do this at least 3 times.&lt;/p&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class=&quot;field field-name-field-nickname field-type-text field-label-inline clearfix&quot;&gt;&lt;div class=&quot;field-label&quot;&gt;Contributor:&amp;nbsp;&lt;/div&gt;&lt;div class=&quot;field-items&quot;&gt;&lt;div class=&quot;field-item even&quot;&gt;jonjonsson&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;</description>
     <pubDate>Fri, 17 Jan 2014 22:23:55 +0000</pubDate>
 <dc:creator>Anonymous</dc:creator>
 <guid isPermaLink="false">49 at https://code.coronalabs.com</guid>
  </item>
  </channel>
</rss>