Great, many thanks. On Fri, Aug 21, 2009 at 8:54 AM, Kelly Davis <[email protected]> wrote:
> > Ok, I made a note on the FAQ wiki, under the 'How to fix font > embedding (transcoding) issues?' question. > > On Thu, Aug 20, 2009 at 3:45 PM, Marvin Froeder<[email protected]> wrote: > > Hi Kelly, > > If you could add a note on wiki, that may help others as well. > > > > VELO > > > > On Thu, Aug 20, 2009 at 4:39 PM, Kelly Davis <[email protected]> wrote: > >> > >> Stacy, Did you get your problem resolved. I ran into the same thing > >> but was able to fix it. The issue was that I was putting in the jar > >> dependencies at the project level, but they need to be put in the > >> flexmojos-maven-plugin dependencies list. Let me know if you need more > >> clarification. Kelly > >> > >> On Aug 17, 4:42 pm, Stacy <[email protected]> wrote: > >> > Hi, > >> > > >> > I followed the steps on "How to fix font embedding (transcoding) > >> > issues" and still get the problem below: > >> > ERROR /Users/jgu/depot/w4/trunk/client/flex/src/main/flex/skins/ > >> > fonts.css:58,-1 exception during transcoding: No FontManager provided. > >> > Cannot build font. > >> > ERROR /Users/jgu/depot/w4/trunk/client/flex/src/main/flex/skins/ > >> > fonts.css:58,-1 unable to build font 'Myriad Pro' > >> > > >> > Could you let me know what is missing? > >> > > >> > I have defined the font manager : > >> > > >> > <configuration> > >> > <fonts> > >> > <managers> > >> > <manager-class>flash.fonts.AFEFontManager</manager-class> > >> > </managers> > >> > </fonts> > >> > </configuration> > >> > > >> > Also defined the dependencies to the following fonts: > >> > > >> > <dependency> > >> > <groupId>com.adobe.flex.compiler</groupId> > >> > <artifactId>flex-fontkit</artifactId> > >> > <version>3.3.0.4852</version> > >> > <type>jar</type> > >> > </dependency> > >> > <dependency> > >> > <groupId>com.adobe.flex.compiler</groupId> > >> > <artifactId>afe</artifactId> > >> > <version>3.3.0.4852</version> > >> > <type>jar</type> > >> > </dependency> > >> > <dependency> > >> > <groupId>com.adobe.flex.compiler</groupId> > >> > <artifactId>aglj32</artifactId> > >> > <version>3.3.0.4852</version> > >> > <type>jar</type> > >> > </dependency> > >> > > >> > Thanks, > >> > Stacy > >> > > > > > > > > > > > > > --~--~---------~--~----~------------~-------~--~----~ 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?hl=en?hl=en http://blog.flex-mojos.info/ -~----------~----~----~----~------~----~------~--~---
