|
|
|
|
|
by throwasehasdwi
3287 days ago
|
|
What a wonderful way to add massive complexity to font rendering while delivering spectacularly little value. Don't get me wrong, it's cool, I just don't see the point. And I don't look forward to my battery life being used for pointless sugar. |
|
For a better demo (that does not use the same tech), see http://www.metaflop.com/modulator -- you vary the parameters, then a fixed font is generated that you can download and use. (I mentioned this in another comment below: https://news.ycombinator.com/item?id=14604890)
As for the value: the entire Computer Modern family of typefaces (used in TeX/LaTeX and friends) was generated with METAFONT which embodies the idea of font generation through "pens, programs, and parameters" -- the regular, bold, italic (even typewriter) variants of the font, and at various point sizes, are generated from common font definitions. Similarly the shapes of the loops in say p and d, etc. This ensures consistency and lets you experiment. (Though to be honest, very few people have successfully designed good font families with this approach.)
The articles that I mentioned in the other comment are better at seeing what's the point.