Find out the font name with WhatTheFont
Found this interesting online tool call WhatTheFont. Basically, it allows you to upload an image and tells you the list of possible font names. Handy tool to have around and will definitely save a lot of time from searching or trying to figure out a font name you see on other web pages.
First it will try to figure out the uploaded font automatically and if you're not satisfy with result, you can also ask for a human to help you out at WhatTheFont Forum.
Here is a sample of my attempt to get WhatTheFont to figure the font I screen grabbed from WashingtonPost.com
Uploaded this image to WhatTheFont
and after a while, WhatTheFont returned this result :
Cool! It was able to figure out the individual characters.
Now, bear in mind that there are some limitation on the characters or components found in the image that you want WhatTheFont to process. If your image breached the limit, it will prompt you with this following error message.
Here's the final result given by WhatTheFont, it shows the top 5 matches of the font names. Awesome!
By AdamNg
IF you gain some knowledge or the information here solved your programming problem. Please consider donating to the less fortunate or some charities that you like. Apart from donation, planting trees, volunteering or reducing your carbon footprint will be great too.
Advertisement
Something interesting
Advertisement
Tutorials
+6.1k Golang : Process non-XML/JSON formatted ASCII text file example
+20k Golang : Count number of digits from given integer value
+20k Swift : Convert (cast) Int to int32 or Uint32
+11k Golang : Proper way to test CIDR membership of an IP 4 or 6 address example
+11.4k Golang : Fuzzy string search or approximate string matching example
+6.6k Golang : Check if password length meet the requirement
+18.2k Golang : Read binary file into memory
+7.8k Golang : Gomobile init produce "iphoneos" cannot be located error
+6.6k Golang : Output or print out JSON stream/encoded data
+9.9k Golang : Test a slice of integers for odd and even numbers
+39.9k Golang : UDP client server read write example
+7.6k Golang : Test if an input is an Armstrong number example