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/
-~----------~----~----~----~------~----~------~--~---

Reply via email to