-
AE2024.6.2 – Expression Removing Second Font in line
On my single line I need to use a second font for registration marks and the typeface is being removed with this expression applied to it. I can not upgrade AE and I’m not sure why the code is removing the second typeface or how to fix it.
X = text.sourceText; F = Math.round(time * effect("Blink Speed")("Slider") % 1); L = X.length; T = time * effect("Speed")("Slider") - effect("Start At")("Slider") * effect("Speed")("Slider"); Cursor = " "; if (F==1 | T>0) Cursor = " | "; if (T>=L) Cursor = " "; if (T>0) X.substr(0,T) + Cursor else Cursor