text https://code.coronalabs.com/taxonomy/term/1/all en Outlined Text via Snapshots https://code.coronalabs.com/code/outlined-text-snapshots <div class="field field-name-body field-type-text-with-summary field-label-hidden"><div class="field-items"><div class="field-item even" property="content:encoded"><p>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...</p> </div></div></div><div class="field field-name-field-nickname field-type-text field-label-inline clearfix"><div class="field-label">Contributor:&nbsp;</div><div class="field-items"><div class="field-item even">ponywolf</div></div></div> Mon, 10 Aug 2015 19:17:17 +0000 ponywolf 185 at https://code.coronalabs.com Corona Textrender https://code.coronalabs.com/code/corona-textrender <div class="field field-name-body field-type-text-with-summary field-label-hidden"><div class="field-items"><div class="field-item even" property="content:encoded"><p>A pure-Lua text rendering module for Corona SDK which can handle basic HTML, fonts, font-styles, and even basic font metrics.</p> <p>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.</p></div></div></div><div class="field field-name-field-nickname field-type-text field-label-inline clearfix"><div class="field-label">Contributor:&nbsp;</div><div class="field-items"><div class="field-item even">David Gross</div></div></div> Thu, 09 Apr 2015 22:38:38 +0000 mimetic 173 at https://code.coronalabs.com Code from Tutorial: Methods for Positioning Text https://code.coronalabs.com/code/code-tutorial-methods-positioning-text <div class="field field-name-body field-type-text-with-summary field-label-hidden"><div class="field-items"><div class="field-item even" property="content:encoded"><p>Code from Tutorial: Methods for Positioning Text (<a href="http://coronalabs.com/blog/2014/02/11/tutorial-methods-for-positioning-text/">http://coronalabs.com/blog/2014/02/11/tutorial-methods-for-positioning-t...</a>)</p> </div></div></div><div class="field field-name-field-nickname field-type-text field-label-inline clearfix"><div class="field-label">Contributor:&nbsp;</div><div class="field-items"><div class="field-item even">Rob Miracle</div></div></div> Sun, 01 Feb 2015 23:50:34 +0000 Corona Rob 156 at https://code.coronalabs.com MorphingLabel https://code.coronalabs.com/code/morphinglabel <div class="field field-name-body field-type-text-with-summary field-label-hidden"><div class="field-items"><div class="field-item even" property="content:encoded"><p>MorphingLabel is a simple module to easily allow you to animate changing a label's text. It works by duplicating the text object and crossfading/scaling between the old and new text for a seamless look.</p> <p><a href="http://ky.is/corona/morph.gif">Example morph gif</a></p></div></div></div><div class="field field-name-field-nickname field-type-text field-label-inline clearfix"><div class="field-label">Contributor:&nbsp;</div><div class="field-items"><div class="field-item even">Kyle Coburn</div></div></div> Sat, 03 Jan 2015 02:03:33 +0000 Kyle Coburn 149 at https://code.coronalabs.com Bitmap Font Library https://code.coronalabs.com/code/bitmap-font-library <div class="field field-name-body field-type-text-with-summary field-label-hidden"><div class="field-items"><div class="field-item even" property="content:encoded"><p>Animate, draw, do pretty much anything with Bitmapped Fonts produced by programs like GlyphDesigner</p> </div></div></div><div class="field field-name-field-nickname field-type-text field-label-inline clearfix"><div class="field-label">Contributor:&nbsp;</div><div class="field-items"><div class="field-item even">PaulScottRobson</div></div></div> Sun, 01 Jun 2014 09:30:46 +0000 paulscottrobson 116 at https://code.coronalabs.com Corona module for displaying text and syncing audio narration to animated highlighting of the displayed text https://code.coronalabs.com/code/corona-module-displaying-text-and-syncing-audio-narration-animated-highlighting-displayed-text <div class="field field-name-body field-type-text-with-summary field-label-hidden"><div class="field-items"><div class="field-item even" property="content:encoded"><p>syncSound.lua is a Corona SDK module to add audio/video narration functionality with a couple simple function calls. syncSound adds the following functionality:</p></div></div></div><div class="field field-name-field-nickname field-type-text field-label-inline clearfix"><div class="field-label">Contributor:&nbsp;</div><div class="field-items"><div class="field-item even">joey.defourneaux</div></div></div> Thu, 15 May 2014 08:53:06 +0000 joey.defourneaux 109 at https://code.coronalabs.com HTML styled text https://code.coronalabs.com/code/html-styled-text <div class="field field-name-body field-type-text-with-summary field-label-hidden"><div class="field-items"><div class="field-item even" property="content:encoded"><p>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.<br /> It also creates hyperlinks which can call actions. I use those to open websites, show graphics on the page, etc.</p></div></div></div><div class="field field-name-field-nickname field-type-text field-label-inline clearfix"><div class="field-label">Contributor:&nbsp;</div><div class="field-items"><div class="field-item even">David Gross</div></div></div> Fri, 09 May 2014 04:07:07 +0000 Anonymous 105 at https://code.coronalabs.com Perfect Vertical Text Alignment Across Devices https://code.coronalabs.com/code/perfect-vertical-text-alignment-across-devices <div class="field field-name-body field-type-text-with-summary field-label-hidden"><div class="field-items"><div class="field-item even" property="content:encoded"><p>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's different in the Corona Simulator, Android, and iOS, you need to do this at least 3 times.</p></div></div></div><div class="field field-name-field-nickname field-type-text field-label-inline clearfix"><div class="field-label">Contributor:&nbsp;</div><div class="field-items"><div class="field-item even">jonjonsson</div></div></div> Fri, 17 Jan 2014 22:23:55 +0000 Anonymous 49 at https://code.coronalabs.com