swftools-common
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Swftools-common] swf fontsize


From: Matthias Kramm
Subject: Re: [Swftools-common] swf fontsize
Date: Thu, 22 Jul 2004 15:55:22 +0200
User-agent: Mutt/1.5.6i

On Tue, Jul 20, 2004 at 03:47:35PM +0200, Leonhard Minutillo wrote:
> hi, i am generating an swf font with swfc and my .sc file looks like this:
> 
> .flash name="file.swf" version=6 background=white
> .font myfont "font.ttf" # <--- insert font name here
> .edittext fs_font font=myfont size=500% width=640 height=480  color=red 
> multiline
> .put fs_font
> .end
> 
> now if i load that swf into another swf file and use it, the font
> size would not get bigger than 100pix. ist there any way to increase that?

Well, what do you mean with "load"?
For me, the following works:

.flash name="file2.swf" version=6 background=white
        .swf file "file.swf"
        .put file scale=300%
.end

I haven't tested loading the file with ActionScript, though.

Greetings

Matthias








reply via email to

[Prev in Thread] Current Thread [Next in Thread]