FIGlet Font detector

An alternative space dedicated to technology and culture at Charleroi.
Révision datée du 27 septembre 2013 à 00:10 par Dereckson (discussion | contributions) (Page créée avec « '''FIGlet Font detector''' is an FIGlet font detector idea. It would work like this: $ cat logo.txt _ _ _ _____ _______ _____ _______ _ _ ... »)
(diff) ← Version précédente | Voir la version actuelle (diff) | Version suivante → (diff)
Aller à la navigation Aller à la recherche

FIGlet Font detector is an FIGlet font detector idea.

It would work like this:

$ cat logo.txt
        _  _  _  _____         _______  _____         _______ _     _
        |  |  | |     | |      |______ |_____] |      |______  \___/
        |__|__| |_____| |_____ |       |       |_____ |______ _/   \_

$ ./figlet-detect --font logo.txt
cyberlarge

$ ./figlet-detect --text logo.txt
wolfplex

$ ./figlet-detect logo.txt
Font: cyberlarge
Text: wolfplex

If you wish to code this feature, Dereckson is willing to help you.