One-Letters Cheatsheet
Here are some common one-letter abbreviations you’ll find throughout idiomatic Coldtype code.
eusually refers to “easing”, as in thef.efunction (frame.easing)fusually refers, when used as a variable, to theFrameobject that is passed to an@animationrenderable..frefers, when used as a function, to fill, as in the fill color of a path.srefers, when used as a function, to stroke, and.swrefers to stroke width.fsswrefers to fill-stroke-strokewidth as a single concept. This is something I use all the time in my own work, as I almost never set a stroke without also setting the fill (usually to -1 to be transparent).rusually refers, when used as a variable, to theRectobject that is passed to a@renderablerenderable.f.a.ris a common shorthand for frame.animation.rect, i.e. the rectangle frame of an@animationrenderable.