Label module with tracking

Post any examples or modules that you want to share here
Post Reply
User avatar
TrojakEW
Posts: 111
Joined: Sat Dec 25, 2010 10:12 am
Location: Slovakia

Label module with tracking

Post by TrojakEW »

I made customizable label with text tracking ability. I also added few more option like drop shadow (sort off) with adjustable offset, color, opacity and character background (rectangle and/or ellipse behind every character). Nothing extraordinary just quick play with ruby. There is still still a lot of possibilities to improve it with aditional features (like additional shapes for character background). Properties are inside the module for better preview.
Attachments
label_tracking.fsm
(4.27 KiB) Downloaded 1407 times
Last edited by TrojakEW on Thu Jul 04, 2013 11:52 pm, edited 1 time in total.
RJHollins
Posts: 1573
Joined: Thu Mar 08, 2012 7:58 pm

Re: Label module with tracking

Post by RJHollins »

This is really nice !

I'm starting to rely on RUBY more and more to handle things GUI, and slowly, I'm starting to use 'programming' to do 'conditional' loops ... things like IFTHEN, CASE, etc. The third area deals with text/numerical formating & parsing.

I've a very long way to go, but the flexibility/power of RUBY is a great addition ! 8-)

Thanks for sharing :)
User avatar
Nubeat7
Posts: 1347
Joined: Sat Apr 14, 2012 9:59 am
Location: Vienna
Contact:

Re: Label module with tracking

Post by Nubeat7 »

Nice one, thanks for sharing!
User avatar
TrojakEW
Posts: 111
Joined: Sat Dec 25, 2010 10:12 am
Location: Slovakia

Re: Label module with tracking

Post by TrojakEW »

I have reuploaded schematic. I forgot to clean up ruby code after experimenting. I have removed unused variables.
Post Reply