-
Make javascript text larger
Is there a way to increase the font size of the text in the expression window? Not a text layer in your video but the text in the code itself like:
///////
x=20*Math.sin(time*20);
y=100*Math.sin(time*3);[x,y];
/////////Make that larger and easier to read from afar.