Log in

View Full Version : Releasing new plug-in to display text


ecards
20th January 2010, 00:46
I'm close to releasing my first plug-in and hope it will be useful to others.

It's called LFTitle and the two main features not available in other simple plugins are:

Text wrapping
Text size can be automatic (use the biggest font size where the text still fits within an area)

I say not available in simple plug-ins meaning without using external files/formats/tools - I'm aware aegisub can wrap text, not sure if it can autosize as I'm guessing that is more useful for titling.

Besides these features most of the Subtitle functionality is there like Anti-aliasing, arbitrary rotation angles, etc.

Any comments welcome, the plug-in signature is below.

LFTitle(
Text = "Hello World this text will wrap",
FontSize = 0,
X=0, Y=0, Width=200, Height=400,
Text_Color=$FF00FF00, Font="Algerian",
Italic=False, Bold=False, Underline=True,
HAlign="Center", VAlign="Center",
Rotate = 5,
Debug=True )

Regards-

lv-jedster
27th January 2010, 08:52
I'm close to releasing my first plug-in and hope it will be useful to others.

It's called LFTitle and the two main features not available in other simple plugins are:

Text wrapping
Text size can be automatic (use the biggest font size where the text still fits within an area)

I say not available in simple plug-ins meaning without using external files/formats/tools - I'm aware aegisub can wrap text, not sure if it can autosize as I'm guessing that is more useful for titling.

Besides these features most of the Subtitle functionality is there like Anti-aliasing, arbitrary rotation angles, etc.

Any comments welcome, the plug-in signature is below.

LFTitle(
Text = "Hello World this text will wrap",
FontSize = 0,
X=0, Y=0, Width=200, Height=400,
Text_Color=$FF00FF00, Font="Algerian",
Italic=False, Bold=False, Underline=True,
HAlign="Center", VAlign="Center",
Rotate = 5,
Debug=True )

Regards-

that sounds pretty cool

peter100m
31st January 2010, 09:27
Interesting, is the plugin available now?