Re: AW: [FlexJS] Integrate FontAwesome with FlexJS

2017-01-03 Thread Alex Harui
On 1/3/17, 12:12 PM, "carlos.rov...@gmail.com on behalf of Carlos Rovira" wrote: >I think that would be a great addition Om. Thanks for working on that! :) Yep. Looking forward to it. These efforts help us make sure we

Re: AW: [FlexJS] Integrate FontAwesome with FlexJS

2017-01-03 Thread Christofer Dutz
And eventually over this year FontAwesome 5 will be published with a lot of OpenSource extensions (because the Kickstarter Campaign went so well) https://www.kickstarter.com/projects/232193852/font-awesome-5 Here the most interesting parts for the “Free” version: Funded!!! We’ll add our

Re: AW: [FlexJS] Integrate FontAwesome with FlexJS

2017-01-03 Thread Carlos Rovira
I think that would be a great addition Om. Thanks for working on that! :) 2017-01-03 20:00 GMT+01:00 OmPrakash Muppirala : > Just a heads-up, I have started working on a FontAwesome library for > FlexJS. Some basic code is here, in case someone wants to take a peek: >

Re: AW: [FlexJS] Integrate FontAwesome with FlexJS

2017-01-03 Thread OmPrakash Muppirala
Just a heads-up, I have started working on a FontAwesome library for FlexJS. Some basic code is here, in case someone wants to take a peek: https://github.com/apache/flex-asjs/tree/feature/fontawesome I needed font awesome icons for the Flex Team Page app I have been building using FlexJS and

Re: AW: [FlexJS] Integrate FontAwesome with FlexJS

2016-08-26 Thread Alex Harui
On 8/25/16, 11:56 PM, "OK" wrote: >Got it, thanks for explanation Alex! > >But one question is left: >What is the difference between just loading a font and embedding a font? >I thought "embedded" means that the font is delivered with our Flex >application so that it

Re: AW: [FlexJS] Integrate FontAwesome with FlexJS

2016-08-26 Thread OK
Got it, thanks for explanation Alex! But one question is left: What is the difference between just loading a font and embedding a font? I thought "embedded" means that the font is delivered with our Flex application so that it don't rely to the client machine [1]. But if we able to just load the

Re: AW: [FlexJS] Integrate FontAwesome with FlexJS

2016-08-26 Thread Alex Harui
On 8/25/16, 11:27 PM, "OK" wrote: >>so FlexJS can load a font via @fontface > >Until now I've just used fonts without thinking about where it comes from >;-) >So while trying to understand how it works I found this from an previous >post [1]: > >"What we do support in

Re: AW: [FlexJS] Integrate FontAwesome with FlexJS

2016-08-26 Thread OK
>so FlexJS can load a font via @fontface Until now I've just used fonts without thinking about where it comes from ;-) So while trying to understand how it works I found this from an previous post [1]: "What we do support in FlexJS is CSS @font-face for external font files. In the SWF version

Re: AW: [FlexJS] Integrate FontAwesome with FlexJS

2016-08-25 Thread Alex Harui
On 8/25/16, 1:09 PM, "Christofer Dutz" wrote: >Hi Olaf, > > >Unfortunately FlexJS currently doesn't do well with Fonts ... yet ... >that's one of the things we have on our list. Currently we are using >parts of the Fontkit libs as well as the SWFUtils from the old