Home » Questions » Computers [ Ask a new question ]

How can I identify fonts from an image? [closed]

How can I identify fonts from an image? [closed]

Many times I come across bitmaps with nothing but text paragraphs, so I was looking for a way to identify the font used, the paragraph alignment, line spacing and color, bold, italics.

Asked by: Guest | Views: 299
Total answers/comments: 2
Guest [Entry]

"There are several online utilities can be used to identify fonts, including:

WhatTheFont!, which can automatically match a font in an image you submit to the closest matches in the database;
Identifont and Fonts.com , where you specify the appearance of the characters in the font to identify the font.

These utilities cannot be used to determine the formatting of the text in an image. However, you can use OCR programs such as Tesseract (open source) and Smart OCR (commercial, starting from US$99.90) to detect formatting such as paragraph alignment and line spacing as well as font styles such as bold or italic (see this Stack Overflow question). Note that some OCR programs can attempt to identify the font(s) in an image as well."
Guest [Entry]

"Of course there are also 2 ""desktop"" ways, I had the same problem as my clients have always sent me impossible artworks or they had a desire to add something in their ""own"" font. So I found two ways:

FontExpert 3.0 from fontexpert.de - but I am not sure if they sell this product anymore. It comes with its own database and it can also create database of your own fonts. It is tedious task as you need to first install all fonts and FontExpert would then examine each font and make its own database. Works perfect (read - really quick), you can choose almost all characters (at least English codepage, uppercase and lowercase) and numbers and gives you also search alternatives. It was fully justified its 199 € at the time I bought it (around 2004). Of course I still use it and I constantly add fonts to my collection. I have more than 70.000 fonts and seems that FontExpert has a limit of 10.000 fonts for such ""private"" font collections. So I just copy/paste in new folder complete program and I make new collection... Try on http://www.qbf.de/e/index.html as Quick Brown Fox GmbH was the author of the FontExpert and see if you can still get it. This is really a life saver as it will tell you immediately if you already have the font you are looking for.
FontMatch from stretchedout.com has similar functionality, but it does not create database, so it will search through all your fonts and as far as I could see on their webpage, the program works like that: it will load the font in memory, compare character and unload the font. This is something I would not do with my huge collection...

Hope you can find something useful from this..."