In your mobile css file, or in your mobile app's main Application class,
you should be add a css entry for your component:
Example (replace s|RichEditableText with your component):
<fx:Style>
@namespace s "library://ns.adobe.com/flex/spark";
s|RichEditableText
{
fontSize:60;
}
</fx:Style>
Hope that helps.
Thanks,
Om
On Wed, Nov 13, 2013 at 11:48 AM, Mark Fuqua <[email protected]> wrote:
> I have an application where the user can use a rich text editor to enter
> additional details. Works pretty much as expected.
>
>
>
> I am now working on a mobile version and the fonts which look great on
> desktop, looks teeny tiny on mobile. Is there a way to increase all the
> font sizes by a factor?
>
>
>
>
>
>
>
> Mark Fuqua
>
>
>
> [email protected]
>
>
>
> 2301 Mount Carmel Road
>
> Parkton, MD 21120
>
> (410) 215-7356
>
>
>
> www.availdata.com
>
>
>
>