THE NEW SCHOOL
FONT ALGORITHM
In 2015, the world-class design firm, Pentagram, and renowned graphic designer Paula Scher, designed a new identity for The New School, including a New School font (i.e. "Neue").
The new font of the new branding system (the "Random-Display" variant of it, specifically) was said to be the first algorithmic font in the world: the width of every character changes along with the position of the character in a word or sentence, in a specific way.
The NeueDisplay-Random font is comprised of three fonts with different character widths:
NeueDisplay-Black
NeueDisplay-Wide
NeueDisplay-Ultra
There's an algorithm inside this font that decides which font to use for each character in a string. The rules from this algorithm and their demos are as below:
If the character combination is:
non-letter + any letter + 0~3 non-letters + one letter of ABCDOPQRS
* non-letter contains space, digit, symbol..., or null (for the first letter in a string).
Then, the font of "any letter" becomes Ultra
If the character combination is:
non-letter + any letter + 0~3 non-letters + one letter of EFGH
* non-letter contains space, digit, symbol..., or null (for the first letter in a string).
Then, the font of "any letter" becomes Wide
If the character combination is as below and doesn't fit Rule 1 and 2:
Then, the font of the second "any letter" becomes Ultra
If the character combination is:
Then, the font of "any letter" becomes Wide
If we have exactly two consecutive "O"s and their font style is:
Then, the font of the double "OO" becomes BLACK each