TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

The Anatomy of a Thousand Typefaces

86 pointsby janpioover 7 years ago

6 comments

sprokolopolisover 7 years ago
Hey, this is awesome! One major issue/annoyance with design and typography is organizing, sorting and sifting through an ever-expanding font collection. For the longest time I wanted a font manager that organized fonts by various tags/classifications. FontExplorer X added that somewhat recently, but this takes it a bit further. The ability to sort by ranges of x-height, width, etc can really help with find good good font-pairing options. Obviously, this could become much so much more useful with a larger library of fonts. It would be interesting if there was a central database where everyone could anonymously upload the results of their own library. Such a database could be helpful for people trying to find similar fonts, better pairings or just a better way for font managers to organize fonts.
评论 #15557210 未加载
microcolonelover 7 years ago
Very interesting work. I&#x27;m thinking it would be nice to add measures like this to FontConfig so that open source font libraries and widgets (on systems which use FontConfig [Linux {including Android I think}, and GTK apps on Windows and Mac such as Inkscape]) can help users make more principled selections.<p>Also, since FontConfig does indexing a) in native code and b) only at install time, more robustness could be built into these measures without runtime cost, including having a detector for fiercely unconventional fonts (like Libre Barcode or Wingdings) which would present basically garbage results with these metrics.<p>I would make an adjustment to the measurement of <i>weight</i>, to make it the shaded proportion of the area within the outermost convex hull of the outline, rather than the shaded proportion of the bounding box. A way to accomplish this with <i>o</i> (without changing your technique completely) is to flood fill the outside with a third color, then measure the ratio of white to black.<p>Then the next enhancement would of course be to figure out the logical mapping of these metrics to other scripts. Cyrillic (with Kha height instead of x-height, and о instead of o) is straightforward, Hangeul is harder, communist and republican Chinese characters readily break rules for text color when juxtaposed, Japanese has three writing systems to assess.<p>As for the application, it would be nice to see the histograms update in relation to eachother (maybe with two toplines, one for the overall histogram, and one for the intersection of the other selected ranges), so I can see the clustering of the histogram when I select a certain weight range.<p>Also, there seems to be a bug in the range filtering, since all of the results are outside the selected range for me.
评论 #15557194 未加载
Theodoresover 7 years ago
I would be inclined to tackle this problem &#x27;starting from scratch&#x27; rather than trying to make sense of existing ways to sort&#x2F;choose fonts. So principle component analysis might be one way to go, maybe identifying new &#x27;principle components&#x27; to better sort&#x2F;arrange fonts by.<p>I also wonder if the work done in OCR could be useful. To be able to recognise a font takes you half way there to categorising a font.<p>Another thing with font choosers is that sometimes you need a font sympathetic with existing material, perhaps a licensed font that you just don&#x27;t want to run on a website. Maybe that font has an opentail &#x27;g&#x27; and you really need to restrict your choice to fonts with an opentail &#x27;g&#x27;. Or you find your best match font and then a little while later find that it has the wrong style of &#x27;a&#x27; that you ended up with. There is no easy way other than typing in a better &#x27;Quick brown fox...&#x27; and sifting through previews, ideally you would want to refine by things like opentail &#x27;g&#x27; - something a layman can understand and not a typo term.
评论 #15558669 未加载
sharmiover 7 years ago
This is awesome, it is all that I wanted from Google fonts but did not get. Definitely bookmarked. I can see this saving hours and hours of rummaging for fonts on Google and blog posts suggesting purportedly good font combinations.<p>Given this, here are a few things I would like that I find useful in google fonts<p>1. Info on how many weights are available (though the app gives the number of styles, it does not name them)<p>2. The ability to test with your own text. This is most useful when you are trying out fonts for headings. To be able to decide that in the app itself without having to iterate combinations by implementing in sites being developed will be a godsend.<p>3. This might be a bit too farfetched. The size of the font files for latin character sets. It can give you an idea of how much bloated your website is going to be. (This could be a filter maybe?) Typically now, I download each font file to inspect it&#x27;s size.<p>Kudos!
评论 #15557243 未加载
matthbergover 7 years ago
<a href="https:&#x2F;&#x2F;getflourish.github.io&#x2F;anatomy-of-typefaces&#x2F;app&#x2F;" rel="nofollow">https:&#x2F;&#x2F;getflourish.github.io&#x2F;anatomy-of-typefaces&#x2F;app&#x2F;</a> Here&#x27;s the data itself!
trhaynesover 7 years ago
Amazing work, and presentation. Thanks for writing.
评论 #15557249 未加载