-
Notifications
You must be signed in to change notification settings - Fork 34
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to Parse Figlet Font File .FLF #3
Comments
Since this issue is high in google results, and I can't find an flf spec anywhere, here's what I've surmised. Throughout this comment I use "character" to refer to ASCII bytes within the .flf file and "letter" to refer to the glyphs defined by the font.
Next you have the comments, if any, as discussed above. Finally, the letters, following these rules:
|
@AndrewLorente I believe http://www.jave.de/docs/figfont.txt is the spec you are looking for.
|
ah-HA! Thanks :) |
A very exhaustive document explaining FIGLet / FIGDriver / FIGFonts implementation standard (from 1st version to latest v2.2): http://www.jave.de/figlet/figfont.html It goes into details on how FIGFonts should be parsed, kerned, smushed, ecc. [ same as @jarv 's link above, but in HML version ] |
Hey, i'm interested in writing a pure Ruby implementation of filglet for fun. Do you have any specs for the figlet font files .FLF ? If not how did you figure out how to parse them? Did you just look at another project? If so what project?
The text was updated successfully, but these errors were encountered: