RenderCharExpression trouble
Posted: Sun Apr 24, 2016 9:09 pm
I seem to have a problem that appeared in one of the later beta versions. My RenderCharExpression :
Has stopped working. Or rather, it produces very odd results, with the letters displayed all over the place. 
I have attached a sample if anyone wants to see what happens.
Code: Select all
CharX += FontMap[ord(subStr(Text, CharI, 1))]*1f/FontData[2]-1;

I have attached a sample if anyone wants to see what happens.