On 4/20/15, 12:56 PM, "WelshAndy" <a...@eazyweb.net> wrote:

>Thanks. Yes, I selected the font support & that seemed to install okay. I
>see
>Flatspark buttons, and I see Fontawesome icons on labels, but I dont see
>the
>FontAwesome icons on buttons, using the code above, outside of the AIR
>simulator. Im using 4.14. Should I update to the 4.14.1 maybe?
>

I don’t think anything was changed in that regard in 4.14.1.

I couldn’t tell from your code what embeds the font, but there are a
couple of factors to consider:

1) In mobile apps, Labels use CFF fonts, but everything else doesn’t.
2) In many themes, Buttons use Bold fonts and Labels don’t.

If you don’t have the right font embedded (CFF vs non-CFF, bold vs
regular), you won’t get the expected result.

-Alex

Reply via email to