I don’t remember if this is a Beta 3 change or not, but try this instead:

        <managers>
          <manager-class>flash.fonts.JREFontManager</manager-class>
          <manager-class>flash.fonts.BatikFontManager</manager-class>
        </managers>

Hth,

Matt Horn
Flex docs 

> -----Original Message-----
> From: flexcoders@yahoogroups.com 
> [mailto:[EMAIL PROTECTED] On Behalf Of bronzemug
> Sent: Thursday, June 01, 2006 5:36 PM
> To: flexcoders@yahoogroups.com
> Subject: [flexcoders] Re: "No FontManager provided" after 
> migrating to Beta 3
> 
> Alex, thanks for answering ...
> 
> I am still getting the error.
> I made the change
> :
>             <managers>
>                 <manager-
> class>macromedia.fonts.JREFontManager</manager-class>
>                 <manager-class>macromedia.fonts.BatikManager</manager-
> class>
>             </managers>
> 
> 
> 
> 
> I also simply modified one of the samples applications from the Beta
> 3 distribution: main.css in sqladmin:
> 
> Here is css I added:
> 
> @font-face { 
>       font-family:"Avenir 85 Heavy Bold";
>       /* This is only a bold weight font */
>       src:url("Avenir_LT_85_Heavy.ttf");
>       fontWeight:bold;
>       unicode-range:
>                               U+0020-U+002F, /*                !"#$%
> (amp)'()*+,-./                                        */
>                               U+0030-U+0039, /*       
>       0123456789                                              
>       */
>                               U+003A-U+0040, /*               :;(gt)
> =(lt)?                                                        
>       */
>                               U+0041-U+005A, /*       
>       ABCDEFGHIJKLMNOPQRSTUVWXY                       */
>                               U+005B-U+0060, /*               [\]^_ 
>                                                               */
>                               U+0061-U+007A, /*       
>       abcdefghijklmnopqrstuvwxy                       */
>                               U+2013-U+2022,/*, *//*          –—  
> =`'‚ ""„ †‡                                   */
>                               U+00A9-U+00AA, /* copyright */
>                               U+007E
>                               /*U+007B-U+007E*/; /*           {|}
>                                                               
>       */
> }
> 
> I also added the TTF file to the same directory as the 
> main.css file As I mentioned ... this worked fine in Beta 2
> 
> 
> --- In flexcoders@yahoogroups.com, "Alex Uhlmann" <[EMAIL PROTECTED]>
> wrote:
> >
> > Yes, that's a bug in the default flex-config.xml. Change
> > 
> >             <managers>
> >                 <manager-
> class>macromedia.fonts.JREFontManager</manager-class>
> >                 <manager-
> class>macromedia.fonts.BatikFontManager</manager-class>
> >             </managers>
> > 
> > To
> > 
> >             <managers>
> >                 <manager-
> class>macromedia.fonts.JREFontManager</manager-class>
> >                 <manager-
> class>macromedia.fonts.BatikManager</manager-class>
> >             </managers>
> > 
> > 
> > (without the "Font")
> > 
> > In compiler>fonts and it should work. 
> > 
> > 
> > Best,
> > Alex
> > 
> > Alex Uhlmann
> > Consultant (Rich Internet Applications) Adobe Consulting 
> Westpoint, 4 
> > Redheughs Rigg, South Gyle, Edinburgh, EH12 9DQ, UK
> > p: +44 (0) 131 338 6969
> > m: +44 (0) 7917 428 951
> > [EMAIL PROTECTED] 
> > 
> > 
> > -----Original Message-----
> > From: flexcoders@yahoogroups.com
> [mailto:[EMAIL PROTECTED] On Behalf Of bronzemug
> > Sent: 01 June 2006 20:08
> > To: flexcoders@yahoogroups.com
> > Subject: [flexcoders] "No FontManager provided" after migrating to
> Beta 3
> > 
> > I migrated my Beta2 code base which is using some embedded ttf
> fonts to
> > Beta3 and suddenly started getting
> > 
> > "exception during transcoding: No FontManager provided. Cannot
> build font."
> > 
> > I am using the standard flex-config.xml that comes with Beta3
> distribution. 
> > 
> > Is there something I am missing?
> > 
> > 
> > 
> > 
> > 
> > 
> > ------------------------ Yahoo! Groups Sponsor --------------------
> ~--> Everything you need is one click away.  Make Yahoo! your 
> home page now.
> > http://us.click.yahoo.com/AHchtC/4FxNAA/yQLSAA/nhFolB/TM
> > --------------------------------------------------------------------
> ~-> 
> > 
> > --
> > Flexcoders Mailing List
> > FAQ: 
> http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
> > Search Archives: http://www.mail-archive.com/flexcoders%
> 40yahoogroups.com
> > Yahoo! Groups Links
> >
> 
> 
> 
> 
> 
> 
> 
> 
> 
> ------------------------ Yahoo! Groups Sponsor 
> --------------------~--> You can search right from your 
> browser? It's easy and it's free.  See how.
> http://us.click.yahoo.com/_7bhrC/NGxNAA/yQLSAA/nhFolB/TM
> --------------------------------------------------------------
> ------~-> 
> 
> --
> Flexcoders Mailing List
> FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
> Search Archives: 
> http://www.mail-archive.com/flexcoders%40yahoogroups.com
> Yahoo! Groups Links
> 
> 
> 
>  
> 
> 
> 


------------------------ Yahoo! Groups Sponsor --------------------~--> 
Protect your PC from spy ware with award winning anti spy technology. It's free.
http://us.click.yahoo.com/97bhrC/LGxNAA/yQLSAA/nhFolB/TM
--------------------------------------------------------------------~-> 

--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/flexcoders/

<*> To unsubscribe from this group, send an email to:
    [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 



Reply via email to