yes, I'm using the latest snapshot.

I didn't use FM3, just started now with FM4,
so in order to solve this issue do I need to use these tags now?
and point the localFontsSnapshot to the fonts.ser file in my flex sdk?

<fonts>
  <advancedAntiAliasing>true</advancedAntiAliasing>
  <flashType>true</flashType>
  <languages>
    <englishRange>U+0020-U+007E</englishRange>
  </languages>
  <localFontsSnapshot>${baseDir}/src/main/resources/fonts.ser</
localFontsSnapshot>
  <managers>
    <manager>flash.fonts.BatikFontManager</manager>
  </managers>
  <maxCachedFonts>20</maxCachedFonts>
  <maxGlyphsPerFace>1000</maxGlyphsPerFace>
</fonts>


On Dec 12, 3:35 pm, Marvin Froeder <[email protected]> wrote:
> Hrmmm, recently I had re-introduced the <font> configuration, to keep it
> compatible with FM3... is you are using latest SNAPSHOT that is likely it.
>
> VELO
>
>
>
>
>
>
>
> On Sun, Dec 12, 2010 at 11:21 AM, Dani <[email protected]> wrote:
> > I've written simple flex application (it just shows a spark Label with
> > some text),
> > when I compile it with the flexmojos-maven-plugin version 4.0-SNAPHOT
> > it renders the text in a different font then I see when I compile and
> > run it in flex builder
> > (the font I get with flexmojos is a little bit bigger and thicker).
>
> > when I compile the app with flexmojos-maven-plugin version 4.0-alpha-5
> > it works OK (I get the same font as in flex builder compilation).
>
> > any idea why it acts like that?
> > I tried these 2 FAQs but it did fix the issue:
> >http://flexmojos.sonatype.org/faq.html#5
> >http://flexmojos.sonatype.org/faq.html#6
>
> > just to clarify, I'm not using embedded fonts.
>
> > --
> > You received this message because you are subscribed to the Google
> > Groups "Flex Mojos" group.
> > To post to this group, send email to [email protected]
> > To unsubscribe from this group, send email to
> > [email protected]<flex-mojos%2bunsubscr...@googlegrou 
> > ps.com>
> > For more options, visit this group at
> >http://groups.google.com/group/flex-mojos
>
> >http://flexmojos.sonatype.org/

-- 
You received this message because you are subscribed to the Google
Groups "Flex Mojos" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/flex-mojos

http://flexmojos.sonatype.org/

Reply via email to