Inspired by ASCII-Art Generator posted by @somed3v3loper i remembered the old days using ASCII-Art.
Another nice gimmick was Figlet. I searched for a Githublib and did a quick wrap for this Github-Project.
Thank you @somed3v3loper for the remindings ;-)
Figlet
Author: DonManfred
Version: 0.01
Use Google search for Figlet-fonts.
Some links:
https://github.com/cmatsuoka/figlet-fonts
http://www.figlet.org/
HAVE FUN
Another nice gimmick was Figlet. I searched for a Githublib and did a quick wrap for this Github-Project.
Thank you @somed3v3loper for the remindings ;-)
Figlet
Author: DonManfred
Version: 0.01
- Figlet
- Functions:
- _initialize (activityClass As Object, EventName As String)
- convertOneLine (fontPath As String, message As String) As String
- _initialize (activityClass As Object, EventName As String)
- Functions:
Use Google search for Figlet-fonts.
Some links:
https://github.com/cmatsuoka/figlet-fonts
http://www.figlet.org/
HAVE FUN
B4X:
File.Copy(File.DirAssets,"standard.flf",File.DirInternal,"standard.flf")
lblFiglet.Text = figlet.convertOneLine(File.Combine(File.DirInternal,"standard.flf"),"Hello B4A")