benoit
unread,Dec 15, 2010, 2:35:41 AM12/15/10Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to AS3 SVG Renderer
Hi,
You made a great job with this lib !
I'd like to use it to render dynamic page. My problem, is that the
same flash will render some parts using svg (like the background), and
at the same time, it will use the TextLayoutFramework to render the
main text.
All the fonts for the TLF are loaded dynamically (I search for fonts
definition in the TL xml and load the swf associated with the font).
First, why does the embedFonts is commented in SVGText ?
Then, you use the TextField to render text, which is not compatible
with cff fonts (so fonts can't be comparted with the TLF ?).
Is it possible to configure a custom class to render Text, instead of
using the SVGText ?
Thanks,
Ben