-
Display numbers with set positions/kerning?
I have a variety of on screen displays, that are driven by data from an excel spreadsheet. I created several Effect/Expression Control/Sliders, and copy/pasted my data in to them. Then I created a text layer, made it’s Source Text an expression and pickwhipped it to my slider, so it reads out my data (and interpolations between my data points) and it is generally, pretty freakin cool.
Except, I don’t like the kerning. I want it to be like a digital clock display, where each digit has a set position. Right now, my text is right justified, so if the number is 231 the 2 and 3 move to the right as opposed to 230, since 0 is bigger than 1 (doesn’t seem like that sentence should make any sense, but there it is.)
Is there a way I can tell my text layer to leave 100 pixels between each digits right justify, regardless of what the digit is?
Alternately, I could make 3 separate text layers A, B, C, and position them where I want – but how do I tell them to look at the slider currently = 231, and make A=2, B=3, C=1? And will A and B freakout when the slider value is 4?