Search Unity

Simple HTML formatted text shown inside the GUI, for flash export, is it possible?

Discussion in 'Flash' started by Juan, Feb 6, 2012.

  1. Juan

    Juan

    Joined:
    May 21, 2009
    Posts:
    142
    Hi i have a lot of text that need to be formatted, usually in iphone or android i use the UIWebView to show that text, but i don't know how to do that in side Unity, and i need that to work with the Flash export option, this is a sample of the text:

    Code (csharp):
    1.  
    2. <p align="JUSTIFY"><font size="22" face="Aparajita"><font color="#6D072C"><b>Example</b></font><font color="#2C4679"> This is one sample of the <i>content</i> of one txt file with HTML formatted text</font></font></p>
    3.  
    What i need more is the bold or italic or paragraph markers since i can fix and set the font size and type from unity, but the "style" things is important.

    Thanks and cheers!!!