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 [email protected], "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: [email protected]
[mailto:[EMAIL PROTECTED] On Behalf Of bronzemug
> Sent: 01 June 2006 20:08
> To: [email protected]
> 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
>
--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com
SPONSORED LINKS
| Web site design development | Computer software development | Software design and development |
| Macromedia flex | Software development best practice |
YAHOO! GROUPS LINKS
- Visit your group "flexcoders" on the web.
- To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]
- Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.

