The letters on this screen are built from a handful of curves called Bezier curves β the same maths font designers use to draw every character.
Start here β these are the sources that inspired this exploration.
Every letterform in a digital font is built from a small number of curves called Bezier curves, defined by a handful of control points rather than a long list of coordinates. A quadratic Bezier uses three control points; a cubic Bezier, used in most font and vector-graphics software, uses four. Moving one control point reshapes the whole curve in a predictable way, which is what lets a font designer bend a stroke smoothly with a mouse instead of plotting hundreds of individual points. Open a letter in a font editor, or trace one in Inkscape or Illustrator, and you'll see exactly these control points sitting behind the curve you're used to reading.