Design Nomenclature / Form & Geometry

Interpolation

Also called lerp, blend, tween, in-between

This entry has not been translated yet and is shown in English.

Generating intermediate values between known ones — points along a curve, frames between keys, a surface between defining sections. Linear interpolation blends two values proportionally; higher-order schemes also match tangents or curvature, so the result passes through smoothly rather than in a chain of straight segments. Every spline evaluation and every morph is this under another name.

Five lowercase 'n's in a row along a weight axis: the two masters at each end drawn as solid filled shapes and labelled wght 300 and wght 700, three interpolated outlines between them at wght 400, 500, and 600, and thin lines tracking six corresponding points across all five.

In practice

A variable font's weight axis is interpolation between masters — which is exactly why the masters must be compatible: same point count, same order, same start point. Extrapolation is the same machinery outside the known range, and far less safe.

How this term connects

BézierControl pointLoftNURBSVariable fontInterpolation
Related Confused with