Re: [FALCON] Fonts Question

2012-11-24 Thread Cyrill Zadra
to do that during compile time or not. >> >> Thanks, >> Om >> On Nov 12, 2012 7:42 PM, "Gordon Smith" wrote: >> >>> I don't recommend this for a new compiler because font transcoding is so >>> slow that it should really be done only o

Re: [FALCON] Fonts Question

2012-11-12 Thread Alex Harui
>> I don't recommend this for a new compiler because font transcoding is so >> slow that it should really be done only once, before compilation. >> >> - Gordon >> >> -Original Message- >> From: Gordon Smith >> Sent: Monday, November

RE: [FALCON] Fonts Question

2012-11-12 Thread Om
ilation. > > - Gordon > > -Original Message- > From: Gordon Smith > Sent: Monday, November 12, 2012 7:41 PM > To: flex-dev@incubator.apache.org > Subject: RE: [FALCON] Fonts Question > > Alex is suggesting writing a transcoder tor Falcon that uses Adobe's > prop

RE: [FALCON] Fonts Question

2012-11-12 Thread Gordon Smith
2012 6:42 PM To: flex-dev@incubator.apache.org Subject: Re: [FALCON] Fonts Question So basically for flash we've got following options: ** create swf fonts from the ttf fonts and rewrite the mustella tests to use the swf fonts ** write an own transcoder from ttf to swf For html we don't

RE: [FALCON] Fonts Question

2012-11-12 Thread Gordon Smith
M To: flex-dev@incubator.apache.org Subject: Re: [FALCON] Fonts Question So basically for flash we've got following options: ** create swf fonts from the ttf fonts and rewrite the mustella tests to use the swf fonts ** write an own transcoder from ttf to swf For html we don't need anythin

Re: [FALCON] Fonts Question

2012-11-12 Thread Cyrill Zadra
o transcode the font more than once. > > - Gordon > > -Original Message- > From: Alex Harui [mailto:aha...@adobe.com] > Sent: Monday, November 12, 2012 2:02 PM > To: flex-dev@incubator.apache.org > Subject: Re: [FALCON] Fonts Question > > > > > On 11/12/12

RE: [FALCON] Fonts Question

2012-11-12 Thread Gordon Smith
@adobe.com] Sent: Monday, November 12, 2012 2:02 PM To: flex-dev@incubator.apache.org Subject: Re: [FALCON] Fonts Question On 11/12/12 1:46 PM, "Gordon Smith" wrote: > Then you would have a compiler that you couldn't distribute because it > required Adobe JARs. No, that&#x

Re: [FALCON] Fonts Question

2012-11-12 Thread Alex Harui
On 11/12/12 1:46 PM, "Gordon Smith" wrote: > Then you would have a compiler that you couldn't distribute because it > required Adobe JARs. No, that's the way Apache Flex distributes MXMLC today. Everything compiles and runs, but embedding doesn't work if you haven't gone out separately and do

RE: [FALCON] Fonts Question

2012-11-12 Thread Gordon Smith
Then you would have a compiler that you couldn't distribute because it required Adobe JARs. - Gordon -Original Message- From: Alex Harui [mailto:aha...@adobe.com] Sent: Monday, November 12, 2012 1:35 PM To: flex-dev@incubator.apache.org Subject: Re: [FALCON] Fonts Question On

Re: [FALCON] Fonts Question

2012-11-12 Thread Alex Harui
November 12, 2012 1:01 PM > To: flex-dev@incubator.apache.org > Subject: Re: [FALCON] Fonts Question > > Ugh, I knew I was forgetting something. There is no embedded font support for > Falcon. I'm not even sure fontswf will work. Gordon may know more. > > I was going to look into copying

Re: [FALCON] Fonts Question

2012-11-12 Thread Cyrill Zadra
t; > -Original Message- > From: Alex Harui [mailto:aha...@adobe.com] > Sent: Monday, November 12, 2012 1:01 PM > To: flex-dev@incubator.apache.org > Subject: Re: [FALCON] Fonts Question > > Ugh, I knew I was forgetting something. There is no embedded font support >

RE: [FALCON] Fonts Question

2012-11-12 Thread Gordon Smith
...@adobe.com] Sent: Monday, November 12, 2012 1:01 PM To: flex-dev@incubator.apache.org Subject: Re: [FALCON] Fonts Question Ugh, I knew I was forgetting something. There is no embedded font support for Falcon. I'm not even sure fontswf will work. Gordon may know more. I was going to look into co

Re: [FALCON] Fonts Question

2012-11-12 Thread Erik de Bruin
> That said, looking forward at Flex on JS, is there font embedding in > HTML/CSS? Not sure about true embedding, but there is: http://caniuse.com/fontface EdB -- Ix Multimedia Software Jan Luykenstraat 27 3521 VB Utrecht T. 06-51952295 I. www.ixsoftware.nl

Re: [FALCON] Fonts Question

2012-11-12 Thread Alex Harui
Ugh, I knew I was forgetting something. There is no embedded font support for Falcon. I'm not even sure fontswf will work. Gordon may know more. I was going to look into copying code from MXMLC to do some of the font embedding, but either way I think we do need to remove any dependencies on Ado

[FALCON] Fonts Question

2012-11-12 Thread Cyrill Zadra
Recognized that the mustella test swf compiled with falcon use different font then the ones compiled with the legacy compiler. That tends to quite a lot of test failures so I started to investigate and found following statement in the wiki: > Falcon includes transcoders for the various types of em