« FIGlet Font detector » : différence entre les versions
Aller à la navigation
Aller à la recherche
(Page créée avec « '''FIGlet Font detector''' is an FIGlet font detector idea. It would work like this: $ cat logo.txt _ _ _ _____ _______ _____ _______ _ _ ... ») |
(Aucune différence)
|
Version actuelle datée du 27 septembre 2013 à 00:10
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.