hi all,
i'm currently fighting with gem's font rendering:
my goal should be pretty easy ... i'm rendering a couple of text lines on a screen (text2d) ... these text lines are moving synchronized from the bottom to the top.
but to my eyes it seems, that these lines are not in sync ... but that they are jittering ...
all text2d objects are scheduled by the same gemhead, the movement is done by separate translateXYZ objects, that are fed by a line (realizing the movement by a single translate XYZ object didn't help, either).
is there any way to improve the font rendering to avoid these problems?
thanks in advance ... tim