bugzilla-daemon at freedesktop.org
2008-Jul-10 21:05 UTC
[Swfdec] [Bug 16667] New: doesn' t render variable text with font embedded on SWF file
http://bugs.freedesktop.org/show_bug.cgi?id=16667 Summary: doesn't render variable text with font embedded on SWF file Product: swfdec Version: 0.7.x Platform: Other OS/Version: All Status: NEW Severity: normal Priority: medium Component: library AssignedTo: swfdec at lists.freedesktop.org ReportedBy: ousia at wanadoo.es QAContact: swfdec at lists.freedesktop.org Created an attachment (id=17624) --> (http://bugs.freedesktop.org/attachment.cgi?id=17624) SWF containing variable and fixed text with embedded font In the attached SWF file there is a font embedded used by both variable and fixed text, but swfdec-0.7.2 only renders the fixed text with the embedded font when it should render both using the font. Just in case it helps, the SWF file was created with the following swfc script: .flash filename="sprite.swf" .font roman "AirConditioner.ttf" .text oworld font=roman text="world!" color=yellow .edittext helloworld font=roman width=150 height=100 color=red variable="hell" .sprite hi .put helloworld .end .put oworld .put hi .action: hi.hell= "hello"; .end .end Thanks for your help, Pablo -- Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug. You are the assignee for the bug.
bugzilla-daemon at freedesktop.org
2008-Jul-10 21:28 UTC
[Swfdec] [Bug 16667] doesn't render variable text with font embedded on SWF file
http://bugs.freedesktop.org/show_bug.cgi?id=16667 Benjamin Otte <otte at gnome.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED --- Comment #1 from Benjamin Otte <otte at gnome.org> 2008-07-10 14:28:20 PST --- Yup, Swfdec does not yet render embedded fonts. This depends on Pango being able to embed the new Cairo user fonts before Swfdec can use it. And that is http://bugzilla.gnome.org/show_bug.cgi?id=347237 -- Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug. You are the assignee for the bug.
bugzilla-daemon at freedesktop.org
2008-Jul-11 20:01 UTC
[Swfdec] [Bug 16667] doesn't render variable text with font embedded on SWF file
http://bugs.freedesktop.org/show_bug.cgi?id=16667 --- Comment #2 from Pablo Rodr?guez <ousia at wanadoo.es> 2008-07-11 13:01:49 PST --- Thanks for your reply, Benjamin. So it seems that we'll have to wait for cairo-1.8. Congratulations for the excellent work, Pablo -- Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug. You are the assignee for the bug.
bugzilla-daemon at freedesktop.org
2008-Jul-16 20:13 UTC
[Swfdec] [Bug 16667] doesn't render variable text with font embedded on SWF file
http://bugs.freedesktop.org/show_bug.cgi?id=16667 Riccardo Magliocchetti <riccardo at datahost.it> changed: What |Removed |Added ---------------------------------------------------------------------------- Severity|normal |enhancement -- Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug. You are the assignee for the bug.