swftools-common
[Top][All Lists]
Advanced

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

Re: [Swftools-common] I want to post to the mailing list


From: Chris
Subject: Re: [Swftools-common] I want to post to the mailing list
Date: Sun, 5 Dec 2010 15:15:02 +0100

**[Remember to not blindly hit reply, but copy your messages to the list ]**

As I said, I don't whether it is a 'bug', or not.  I merely offered you a
quick solution + example, the point of which seems to have been missed!!  I'll
try again..  increase your font size until the padding is used up, *then* scale
the object down.  Try with,

  .text T1 font=fnt_T1 text="texte\ntapé" color=#fd0000 size=120pt
  .put T1 100 33  pin=center alpha=100% scale=30%

Text items embedded in this way are not strictly text fields but movie clips.

HTH.

Regards,


Chris.

>On Sun, 5 Dec 2010 14:14:31 +0100
>luc luc <address@hidden> wrote:

> Ah yeah, but the complet file is this one :
> ----
> .flash filename="/tmp/ella-temp.swf" version=8 fps=12  bbox=440x200
> background="#ffffff"
> .frame 1
> .font fnt_T1 filename="/usr/share/fonts/truetype/ttf-dejavu/DejaVuSans.ttf"
> .text T1 font=fnt_T1 text="texte\ntapé" color=#fd0000 size=20pt
> .put T1 100 33  pin=center alpha=100%
> .end # End swf movie
> ----
> 
> and also, the same bug
> 
> 
> 2010/12/5 Chris <address@hidden>
> 
> > On Sun, 5 Dec 2010 12:57:59 +0100
> > luc luc <address@hidden> wrote:
> >
> > > Thanks for the reply, but my problem is more complex :
> >
> > .. in which case you should have said so! ;o)
> >
> > >when I'm using a text  object like this exemple :
> > >
> > > .text t1 "multi\nline\ntext"
> > >
> > > the 3 lines are showed with more 50 pixels beetween each (of course, I've
> > > défined fonts and so on)
> >
> > Looks like a default setting ( aka a feature ) to me.  If you feel you must
> > use control characters to produce a multiline .text clip, try it this way
> > to
> > get the effect you want:
> >
> > ##################################################
> > .flash filename="text.swf" bbox=400x400 version=8
> > .font tahoma "../fonts/tahoma.ttf"
> > .text t1 font=tahoma "a\nline\nmulti\nline\ntext" size=90pt
> > .put t1 x=100 y=100 scale=50%
> > .end
> > #################################################
> >
> > It may well depend on the font style you are using, so make the necessary
> > adjustments as appropriate.  Multiline text files are probably better done
> > in other ways.
> >
> > HTH.
> >
> > Regards,
> >
> >
> > Chris.
> >
> > >
> > > 2010/12/5 Chris <address@hidden>
> > >
> > > > >On Sun, 5 Dec 2010 09:51:03 +0100
> > > > >luc luc <address@hidden> wrote:
> > > >
> > > > > Hello !
> > > > > I only want to find help on usage of swfc compiler
> > > >
> > > > Basically that's as simple as typing,
> > > >
> > > >   swfc
> > > >
> > > > or,
> > > >
> > > >   swfc --help
> > > >
> > > > on the command line.
> > > >
> > > > Further information is on the wiki,
> > > >
> > > >        http://wiki.swftools.org/index.php/Swfc
> > > >
> > > > Regards,
> > > >
> > > >
> > > >
> > > > Chris.
> > > > --
> > > > <address@hidden>
> > > >
> >
> >
> > --
> > Chris <address@hidden>
> >


-- 
Chris <address@hidden>



reply via email to

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