cmatsuoka / figlet

Claudio's FIGlet tree
http://www.figlet.org
BSD 3-Clause "New" or "Revised" License
1.37k stars 126 forks source link

Unable to open font file #11

Closed RupankarGhosh closed 6 years ago

RupankarGhosh commented 6 years ago

I'm trying to compose figlet in android (Termux with Ubuntu installed) and it composed without any error.But when I run figlet it shows

figlet: standard: Unable to open font file

Screenshot below

Font error in figlet

oliverloops commented 4 years ago

You're missing something, Try using the next command: figlet -f fontname "hello there"

*Don't forget fill fontname field with any font provided by fliget. e.g. thin, weird ,universe...

johnb85022 commented 3 years ago

I have seen this message when the font name has a space in the name, I used quotes to get around that, for example. figlet -f 'DOS Rebel.flf' foo

2 cents, JB

RupankarGhosh commented 3 years ago

My Post of 2018 is still getting replied.cool.btw problem solved now :xD

MRX-IOS commented 2 years ago

My Post of 2018 is still getting replied.cool.btw problem solved now :xD

try cp the standard.elf file to /usr/share/figlet (this is the default path of the figlet styles) I don't know how can you get the .elf file, sorry.

MRX-IOS commented 2 years ago

My Post of 2018 is still getting replied.cool.btw problem solved now :xD

try cp the standard.elf file to /usr/share/figlet (this is the default path of the figlet styles) I don't know how can you get the .elf file, sorry.

Sorry I was wrong on the .elf file the real extension is some like .flc or .flf. And for extra information, If don´t exist /usr/share/figlet , you can see the path with this command : figlet -I 2 (make sure that you put the i on capital letters) I have to say that I solved this problem because I have a friend with an Apple computer and in this computers you can have access to all .flf or .flc files

freemotion21 commented 1 year ago

larry3d font not found ;( Using termux btw