[Swfdec] [Bug 16667] New: doesn' t render variable text with font embedded on SWF file

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Thu Jul 10 14:05:25 PDT 2008


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.


More information about the Swfdec mailing list